ColumnCollection Class
Contents
[
Hide
]ColumnCollection class
Collection of the
type ColumnCollection struct {
ptr unsafe.Pointer
}
Constructors
| Method | Description |
|---|
Methods
| Method | Description |
|---|---|
| IsNull | Checks whether the implementation object is nullptr. |
| GetColumnByIndex | Gets the Column object by the position in the list. |
| Get | Gets a Column object by column index.The Column object of given column index will be instantiated if it does not exist before. |
| GetCount |