[]
        
(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; }
ReadOnly Default Property Item(index As Integer) As ITableColumn
Parameters
Type Name Description
int index

The index.

this[string]

Gets the ITableColumn at the specified column name.

Declaration
ITableColumn this[string name] { get; }
ReadOnly Default Property Item(name As String) As ITableColumn
Parameters
Type Name Description
string name

The column name.