Gets or sets the cell index in which the given point is located.
public int CellIndex {get; set;}
'Declaration
Public Property CellIndex As Integer
'Usage
Dim instance As OcrTablePointInformation
Dim value As Integer
instance.CellIndex = value
value = instance.CellIndex
public int CellIndex {get; set;}
get_CellIndex();
set_CellIndex(value);
Object.defineProperty('CellIndex');
public:
property int CellIndex {
int get();
void set ( int value);
}
Property Value
An
System.Int32 value that indicates the 0-based cell index in which the given point is located.