ColumnIndex Property
Summary
Gets the column index of a cell within the sheet.
Syntax
public int ColumnIndex { get; }
public:
property Int32 ColumnIndex
{
Int32 get()
}
Property Value
A zero-based index of the column of a cell within the sheet.
Remarks
The index of the first column is 0.
Requirements
Target Platforms
See Also
Cell Class
Cell Members
Leadtools.Document.LEADOffice.Sheet Namespace