Class GridNonImmutableRangeInfo
GridNonImmutableRangeInfo is derived from GridRangeInfo and lets you change Top, Left, Bottom, and Right properties of the object.
Implements
System.IFormattable
System.ICloneable
System.Runtime.Serialization.ISerializable
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Syncfusion.Olap.Engine
Assembly: Syncfusion.Olap.Base.dll
Syntax
public sealed class GridNonImmutableRangeInfo : GridRangeInfo, IFormattable, ICloneable, ISerializable
Constructors
GridNonImmutableRangeInfo()
Initializes an empty instance of GridNonImmutableRangeInfo.
Declaration
public GridNonImmutableRangeInfo()
GridNonImmutableRangeInfo(GridRangeInfo)
Initializes a new instance of GridNonImmutableRangeInfo and copies data from an existing GridRangeInfo.
Declaration
public GridNonImmutableRangeInfo(GridRangeInfo range)
Parameters
Type | Name | Description |
---|---|---|
GridRangeInfo | range | A GridRangeInfo that holds data to be copied from. |
Properties
Bottom
The bottom row index of the range.
Declaration
public int Bottom { get; set; }
Property Value
Type |
---|
System.Int32 |
Left
The left column index of the range.
Declaration
public int Left { get; set; }
Property Value
Type |
---|
System.Int32 |
RangeType
Declaration
public GridRangeInfoType RangeType { get; set; }
Property Value
Type |
---|
GridRangeInfoType |
Right
The right column index of the range.
Declaration
public int Right { get; set; }
Property Value
Type |
---|
System.Int32 |
Top
The top row index of the range.
Declaration
public int Top { get; set; }
Property Value
Type |
---|
System.Int32 |
Methods
Clone()
Clones this instance.
Declaration
public override object Clone()
Returns
Type | Description |
---|---|
System.Object | A copy of this instance. |
Overrides
ToRangeInfo()
Returns a new GridRangeInfo based on the GridNonImmutableRangeInfo object.
Declaration
public GridRangeInfo ToRangeInfo()
Returns
Type |
---|
GridRangeInfo |
Implements
System.IFormattable
System.ICloneable
System.Runtime.Serialization.ISerializable