Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / CellInfo Class / ColumnIndexToName Method
column index
In This Topic
    ColumnIndexToName Method
    In This Topic
    Gets column name according to column index.
    Syntax
    public static System.string ColumnIndexToName( 
       System.int index
    )

    Parameters

    index
    column index

    Return Value

    the name of column
    See Also