Class GridModelSetCoveredRangesCommand
Holds undo information about a previous
Inherited Members
Namespace: Syncfusion.Windows.Controls.Grid
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public class GridModelSetCoveredRangesCommand : GridModelCommand
Remarks
The Execute() method will call
Constructors
GridModelSetCoveredRangesCommand(GridModel, CoveredCellInfo, Boolean)
Initializes the GridModelSetCoveredRangesCommand with information how to execute
a
Declaration
public GridModelSetCoveredRangesCommand(GridModel model, CoveredCellInfo ranges, bool setOrReset)
Parameters
Type | Name | Description |
---|---|---|
GridModel | model | |
CoveredCellInfo | ranges | The list with ranges that should be changed. |
System.Boolean | setOrReset | True if ranges should be made covered; False if covered ranges should be removed. |
Methods
Execute()
Executes the command.
Declaration
public override void Execute()