MyMatrixItem Property

Definition

Namespace: PCBI_PDFImport
Assembly: PCBI_PDF_Import (in PCBI_PDF_Import.dll) Version: 16.0.0.0 (16.0.0.0)
C#
public double this[
	int row,
	int column
] { get; set; }

Parameters

row  Int32
 
column  Int32
 

Property Value

Double

See Also