Class GridModelInsertRangeOptions
Implements the additional information for the InsertRange(Int32, Int32) command such as cell contents, row, and column sizes, hidden state, and covered cells state.
Inheritance
System.Object
GridModelInsertRangeOptions
Namespace: Syncfusion.Windows.Forms.Grid
Assembly: Syncfusion.Grid.Windows.dll
Syntax
public class GridModelInsertRangeOptions : Object
Constructors
GridModelInsertRangeOptions()
Initializes the new instances of the GridModelInsertRangeOptions class.
Declaration
public GridModelInsertRangeOptions()
Properties
Covered
Gets or sets a GridRangeInfoList with covered cells.
Declaration
public GridRangeInfoList Covered { get; set; }
Property Value
| Type |
|---|
| GridRangeInfoList |
Data
Gets or sets GridStyleInfoStoreTable with cell contents.
Declaration
public GridStyleInfoStoreTable Data { get; set; }
Property Value
| Type |
|---|
| GridStyleInfoStoreTable |
RowColHide
Gets or sets an array with hidden state of rows or columns.
Declaration
public bool[] RowColHide { get; set; }
Property Value
| Type |
|---|
| System.Boolean[] |
RowColSizes
Gets or sets an array with row or column sizes.
Declaration
public int[] RowColSizes { get; set; }
Property Value
| Type |
|---|
| System.Int32[] |