Class GridModelInsertColumnsCommand
Holds undo information about a previous
Inherited Members
Namespace: Syncfusion.Windows.Controls.Grid
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public class GridModelInsertColumnsCommand : GridModelCommand
Remarks
The Execute() method will call
Constructors
GridModelInsertColumnsCommand(GridModel, Int32, Int32)
Initializes the GridModelInsertColumnsCommand with information how to execute
a
Declaration
public GridModelInsertColumnsCommand(GridModel model, int insertAt, int count)
Parameters
Type | Name | Description |
---|---|---|
GridModel | model | |
System.Int32 | insertAt | The row or column where cells should be inserted. |
System.Int32 | count | The number of rows or columns to insert. |
Methods
Execute()
Executes the command.
Declaration
public override void Execute()