BCGSoft.Controls.Grid Namespace > GridControl Class : SelectionRangeToPoints Method |
'Declaration Public Sub SelectionRangeToPoints( _ ByVal range As GridSelectionRange, _ ByRef start As Point, _ ByRef end As Point _ )
'Usage Dim instance As GridControl Dim range As GridSelectionRange Dim start As Point Dim end As Point instance.SelectionRangeToPoints(range, start, end)
After conversion X coordinate represents column index, Y coordinate - row index. Column and Row ranges produce the following for X and Y coordinates respectively:
[0, ColumnCollection.Count-1] - Column range
[0, GridControlData.GetRowCount () - 1] - Row range
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