Class GridModelSetColumnSizeCommand
This command object holds all information to execute the SetRange command.
Inherited Members
Namespace: Syncfusion.Windows.Controls.Grid
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public class GridModelSetColumnSizeCommand : GridModelCommand
Remarks
GridModelSetRowColSizeCommand is typically generated by the SetRange command and pushed onto the grid's command stack.
Constructors
GridModelSetColumnSizeCommand(GridModel, Int32, Int32, Double)
Initializes a new GridModelSetRowColSizeCommand object with all the commands.
Declaration
public GridModelSetColumnSizeCommand(GridModel model, int from, int last, double values)
Parameters
Type | Name | Description |
---|---|---|
GridModel | model | |
System.Int32 | from | First row or column index in range. |
System.Int32 | last | Last row or column index in range. |
System.Double | values | The sizes to be applies to the range. |
Methods
Execute()
Declaration
public override void Execute()