[]
        
(Showing Draft Content)

FarPoint.Win.Spread.TableViewColumnCollection.Item

this Property

this[int]

Gets the table column specified by index.

Declaration
public TableViewColumn this[int column] { get; }
Public ReadOnly Default Property Item(column As Integer) As TableViewColumn
Parameters
Type Name Description
int column

Column index.

Property Value
Type Description
TableViewColumn

A TableViewColumn object.

this[string]

Gets the table column specified by name.

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

Name of column.

Property Value
Type Description
TableViewColumn

A TableViewColumn object.