PageTableAreaCellColumnIndex Property |
Gets the column index.
Namespace: GroupDocs.Parser.DataAssembly: GroupDocs.Parser (in GroupDocs.Parser.dll) Version: 22.02.0
Syntaxpublic int ColumnIndex { get; }
Public ReadOnly Property ColumnIndex As Integer
Get
public:
property int ColumnIndex {
int get ();
}
member ColumnIndex : int with get
Property Value
Type:
Int32A zero-based index of the first column that contains the table cell.
See Also