Objective Grid for Microsoft® .NET® Reference Guide

RangeType Enumeration

Back to Class Index

This enumeration lists the types of ranges that can be created.

[Visual Basic]
Public Enum RangeType
[C#]
public enum RangeType

Remarks

This enumeration is used in the creation of ranges. Ranges can be created as a range of rows or columns. A range can also reference the entire table or an arbitrary range of cells.

Ranges that reference an arbitrary range of cells can become invalid if the size of the table changes such that the range references non-existent cells. Ranges that represent ranges of rows or columns are invalidated if any of the referenced rows or columns are removed. However, ranges of rows are not affected by changes to the number of columns.

Similarly, ranges of columns are not affected by changes to the number of rows. A range that references the entire table is not affected by a change to the size of the table. It references the entire table regardless of its size.

Members

Member NameDescription
rtCellsArbitrary range of cells
rtRowsRange of rows
rtColsRange of columns
rtTableEntire table

Requirements

Namespace: Stingray.Grid

Assemblies: Stingray.GridControl80 (in Stingray.GridControl80.dll)
                     Stingray.GridControl90 (in Stingray.GridControl90.dll)
                     Stingray.GridControl10 (in Stingray.GridControl10.dll)

See Also

Stingray.Grid Namespace