[]
Gets the cell type of the column in the data source.
public ICellType GetColumnCellType(int colIndex)
Public Function GetColumnCellType(colIndex As Integer) As ICellType
Type | Name | Description |
---|---|---|
int | colIndex | Index of the column in the data source |
Type | Description |
---|---|
ICellType | The cell type of the column |