Method IndexToColumnName
IndexToColumnName(int)
Converts a column id value into its name. Column ids start at 0. E.G 0 = 'A', 1 = 'B', 26 = 'AA', 27 = 'AB'
Declaration
public static string IndexToColumnName(int index)
Parameters
Type | Name | Description |
---|---|---|
int | index | Id of the column starting at 0('A'). |
Returns
Type | Description |
---|---|
string | The column name or null. |