[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.ITableColumns.Item

this Property

this[int]

Gets the ITableColumn object 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

An integer value indicates the index of the table column.

Property Value
Type Description
ITableColumn

The ITableColumn object at the specified index.

this[string]

Gets the ITableColumn object at the specified index.

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

A string value indicates the name of the table column.

Property Value
Type Description
ITableColumn

The ITableColumn object at the specified index.