BCGControlBar Library for .NET
GridSelectionRange Class
Members 




Describes ranges in terms of column and row indexes.
Object Model
GridSelectionRange Class
Syntax
'Declaration
 
Public Class GridSelectionRange 
'Usage
 
Dim instance As GridSelectionRange
public class GridSelectionRange 
public __gc class GridSelectionRange 
public ref class GridSelectionRange 
Remarks

A range can be one of the following types:

A regular range should have Start and End points in interval [0, number of rows - 1], [0, number of columns - 1].

A row range may have StartX and EndX set to -1. It means that it covers all columns in specified interval of rows.

A column range may have StartY and EndY set to -1. It means that it covers all rows in specified interval of columns.

Inheritance Hierarchy

System.Object
   BCGSoft.Controls.Grid.GridSelectionRange

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GridSelectionRange Members
BCGSoft.Controls.Grid Namespace

Send Feedback