DataSetTableColumns Object (IDataSetTableColumns Interface)
This object represents a collection of columns stored in the data set table.
Important! Any changes you make to the number, order or settings of any of the columns will erase all data from this table. For example, if you change the name of any column, all records will be erased.
Properties
Name | Type | Description |
---|---|---|
Count | Integer, read-only | Stores the number of elements in the collection. |
Element | DataSetTableColumn, read-only | Provides access to a single element of the collection. |
Methods
Name | Description |
---|---|
AddNew | Adds a new column in the data set table. |
Delete | Removes a column from the data set table. |
Item | Provides access to a single element of the collection. |
Find | Finds a column by its name. |
Related objects
See also
15.08.2023 13:19:30