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
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Forms.Grid
Assembly: Syncfusion.Grid.Windows.dll
Syntax
public class GridModelInsertRangeOptions
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[] |