Delete a Column.
The column to be deleted.
Get all the deleted Columns
Filter from the Column Collection based on criteria.
Callback with filter criteria.
Gets a Column by ID.
Column ID to fetch.
Get a Column by its index in the collection.
Index of the Column being searched.
Get a Column based on an offset with respect to another column in the collection.
Reference Column
Offset with respect to the Reference Column
Gets all Columns
Insert a new Column after the given Column.
Name for the new Column
The previous Column.
Insert a new column at the end of a collection.
Name for the new Column
Insert a new column at the beginning of a collection.
Name for the new Column
Get all the inserted Columns
Returns true if any items in the Column Collection is modified, false otherwise.
Generated using TypeDoc
Collection for Column Editors