FlexGrid for WinRT
CellRange Constructor(Int32,Int32,Int32,Int32)

Index of the first row in the range.
Index of the last row in the range.
Index of the first column in the range.
Index of the last column in the range.
Initializes a new instance of a CellRange.
Syntax
'Declaration
 
Public Function New( _
   ByVal row1 As System.Integer, _
   ByVal col1 As System.Integer, _
   ByVal row2 As System.Integer, _
   ByVal col2 As System.Integer _
)
public CellRange( 
   System.int row1,
   System.int col1,
   System.int row2,
   System.int col2
)

Parameters

row1
Index of the first row in the range.
col1
Index of the last row in the range.
row2
Index of the first column in the range.
col2
Index of the last column in the range.
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

CellRange Structure
CellRange Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.

Product Support Forum  |   Documentation Feedback