BCGSoft.Controls.Grid Namespace : GridSelectionRange Class |
'Declaration Public Class GridSelectionRange
'Usage Dim instance As GridSelectionRange
public class GridSelectionRange
public __gc class GridSelectionRange
public ref class GridSelectionRange
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.
System.Object
BCGSoft.Controls.Grid.GridSelectionRange
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