Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / ITableColumns Interface / Item Property / Item(String) Property
The column name.
In This Topic
    Item(String) Property
    In This Topic
    Gets the ITableColumn at the specified column name.
    Syntax
    ITableColumn Item( 
       System.string name
    ) {get;}

    Parameters

    name
    The column name.
    See Also