Click or drag to resize

ColumnCommands Class

Contains static functions for handling column commands.
Inheritance Hierarchy
SystemObject
  Altaxo.Worksheet.CommandsColumnCommands

Namespace: Altaxo.Worksheet.Commands
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public class ColumnCommands

The ColumnCommands type exposes the following members.

Constructors
 NameDescription
Public methodColumnCommandsInitializes a new instance of the ColumnCommands class
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodStatic memberExtractPropertiesFromColumn 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.
Public methodStatic memberExtractPropertiesFromString 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.
Public methodStatic memberExtractPropertyValues Extracts the property values of the selected property columns.
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodStatic memberRenameSelectedColumn Renames the selected data column or property column.
Public methodStatic memberSetSelectedColumnAsKind Sets the column kind of the first selected column to the specified column kind
Public methodStatic memberSetSelectedColumnAsLabel Sets the column kind of all selected columns or property columns to a label column.
Public methodStatic memberSetSelectedColumnAsValue Sets the column kind of the first selected column to a value column.
Public methodStatic memberSetSelectedColumnAsX Sets the column kind of the first selected column or property column to a X column.
Public methodStatic memberSetSelectedColumnAsY Sets the column kind of the first selected column or property column to a X column.
Public methodStatic memberSetSelectedColumnPosition(IWorksheetController) Moves the selected column to a new position. The new position must be entered by the user.
Public methodStatic memberSetSelectedColumnPosition(IWorksheetController, Int32) Moves the selected columns to a new position
C#
nPosition
.
Public methodStatic memberShowSetColumnGroupNumberDialog Sets the group number of the selected column
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also