Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / ITableColumns Interface / get Method / get(String) Method
The column name.
In This Topic
    get(String) Method
    In This Topic
    Gets the ITableColumn at the specified column name.
    Syntax
    ITableColumn get( 
       java.lang.String name
    )

    Parameters

    name
    The column name.
    See Also