[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.CellInfo.ColumnIndexToName

ColumnIndexToName Method

ColumnIndexToName(int)

Gets the column name according to the column index.

Declaration
public static string ColumnIndexToName(int index)
Public Shared Function ColumnIndexToName(index As Integer) As String
Parameters
Type Name Description
int index

The column index.

Returns
Type Description
string

The name of column.

Examples
string columnName = CellInfo.ColumnIndexToName(3);