Column |
The ColumnCommands type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| ExtractPropertiesFromColumn | This function searches for patterns like aaa=bbb in the items of the text column. If it finds such a item, it creates a column named aaa and stores the value bbb at the same position in it as in the text column. | |
| ExtractPropertiesFromString | This function searches for patterns like aaa=bbb in the provided string. If it finds such a item, it creates a column named aaa and stores the value bbb at the same position in it as in the text column. | |
| ExtractPropertyValues | Extracts the property values of the selected property columns. | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| RenameSelectedColumn | Renames the selected data column or property column. | |
| SetSelectedColumnAsKind | Sets the column kind of the first selected column to the specified column kind | |
| SetSelectedColumnAsLabel | Sets the column kind of all selected columns or property columns to a label column. | |
| SetSelectedColumnAsValue | Sets the column kind of the first selected column to a value column. | |
| SetSelectedColumnAsX | Sets the column kind of the first selected column or property column to a X column. | |
| SetSelectedColumnAsY | Sets the column kind of the first selected column or property column to a X column. | |
| SetSelectedColumnPosition(IWorksheetController) | Moves the selected column to a new position. The new position must be entered by the user. | |
| SetSelectedColumnPosition(IWorksheetController, Int32) |
Moves the selected columns to a new position C# nPosition | |
| ShowSetColumnGroupNumberDialog | Sets the group number of the selected column | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |