In This Topic
Gets or sets an index of the column the cell is in.
Syntax
'Declaration
Public Property ColumnIndex As Integer
public int ColumnIndex {get; set;}
Property Value
An
System.Int32 value indicating the index of the column the cell is in.
See Also