[]
Gets the table column specified by index.
public TableViewColumn this[int column] { get; }
Public ReadOnly Default Property Item(column As Integer) As TableViewColumn
Type | Name | Description |
---|---|---|
int | column | Column index. |
Type | Description |
---|---|
TableViewColumn | A TableViewColumn object. |
Gets the table column specified by name.
public TableViewColumn this[string name] { get; }
Public ReadOnly Default Property Item(name As String) As TableViewColumn
Type | Name | Description |
---|---|---|
string | name | Name of column. |
Type | Description |
---|---|
TableViewColumn | A TableViewColumn object. |