GridRangeInfo Class
Implements a range of cells in the grid. Possible range types are: Row(s), Column(s), Cell(s), Table or Empty.
GridRangeInfo is immutable.
Syntax
'Declaration <ImmutableObjectAttribute(True)> <DesignerSerializerAttribute(Syncfusion.Windows.Forms.Grid.GridRangeInfoCodeDomSerializer, System.ComponentModel.Design.Serialization.CodeDomSerializer)> <TypeConverterAttribute(Syncfusion.Windows.Forms.Grid.GridRangeInfoConverter)> <SerializableAttribute()> Public Class GridRangeInfo
'Usage Dim instance As GridRangeInfo
[ImmutableObject(true)] [DesignerSerializer(Syncfusion.Windows.Forms.Grid.GridRangeInfoCodeDomSerializer, System.ComponentModel.Design.Serialization.CodeDomSerializer)] [TypeConverter(Syncfusion.Windows.Forms.Grid.GridRangeInfoConverter)] [Serializable()] public class GridRangeInfo
Inheritance Hierarchy
System.Object
Syncfusion.Windows.Forms.Grid.GridRangeInfo
Syncfusion.Windows.Forms.Grid.GridNonImmutableRangeInfo
AssemblyVersion
Syncfusion.Grid.Windows: 17.3460.0.26
See Also