FlexGrid for WinRT
CellRange Constructor(Int32,Int32)

Index of the cell row.
Index of the cell column.
Initializes a new instance of a CellRange containing a single cell.
Syntax
'Declaration
 
Public Function New( _
   ByVal row As System.Integer, _
   ByVal col As System.Integer _
)
public CellRange( 
   System.int row,
   System.int col
)

Parameters

row
Index of the cell row.
col
Index of the cell column.
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