[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Model.ITableColumnCollection.Item

this Property

this[int]

Gets an ITableColumn item located by index.

Declaration
ITableColumn this[int index] { get; }
ReadOnly Default Property Item(index As Integer) As ITableColumn
Parameters
Type Name Description
int index

Index of the ITableColumn item

Property Value
Type Description
ITableColumn

An instance of the ITableColumn item

this[string]

Gets an ITableColumn item by name.

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

Name of the ITableColumn item

Property Value
Type Description
ITableColumn

An instance of the ITableColumn item