[]
Represents a one-dimensional collection of Column objects in a table.
public class TableViewColumnCollection : ITableColumnCollection
Public Class TableViewColumnCollection
Implements ITableColumnCollection
Name | Description |
---|---|
Count | Gets the number of columns contained in the table. |
this[int] | Gets the table column specified by index. |
this[string] | Gets the table column specified by name. |