FlexGrid for WinRT
SetRange(Int32,Int32,Int32,Int32) Method

Value to assign to the Row property.
Value to assign to the Column property.
Value to assign to the Row2 property.
Value to assign to the Column2 property.
Sets the value of the Row, Row2, Column, and Column2 properties.
Syntax
'Declaration
 
Public Overloads Sub SetRange( _
   ByVal row As System.Integer, _
   ByVal col As System.Integer, _
   ByVal row2 As System.Integer, _
   ByVal col2 As System.Integer _
) 
public void SetRange( 
   System.int row,
   System.int col,
   System.int row2,
   System.int col2
)

Parameters

row
Value to assign to the Row property.
col
Value to assign to the Column property.
row2
Value to assign to the Row2 property.
col2
Value to assign to the Column2 property.
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