Click or drag to resize
RowCol Class
Constants that identify invalid and maximum indices for rows and columns.
Inheritance Hierarchy
SystemObject
  Stingray.GridRowCol

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
public class RowCol

The RowCol type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberInvalid
An invalid index for a row or a column.
Public fieldStatic memberMaxRowCol
The maximum index for a row or a column.
Top
See Also