[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.ITableColumns.Item

this Property

this[int]

Gets the ITableColumn at the specified index.

Declaration
ITableColumn this[int index] { get; }
Parameters
Type Name Description
int index

The index.

this[string]

Gets the ITableColumn at the specified column name.

Declaration
ITableColumn this[string name] { get; }
Parameters
Type Name Description
string name

The column name.