ASP.NET MVC Controls
CellRange Constructor(Int32,Int32,Int32,Int32)

Index of the first row in this range.
Index of the first column in this range.
Index of the last row in this range.
Index of the first column in this range.
Initializes a new instance of a CellRange
Syntax
'Declaration
 
Public Function New( _
   ByVal r As Integer, _
   ByVal c As Integer, _
   ByVal r2 As Integer, _
   ByVal c2 As Integer _
)
public CellRange( 
   int r,
   int c,
   int r2,
   int c2
)

Parameters

r
Index of the first row in this range.
c
Index of the first column in this range.
r2
Index of the last row in this range.
c2
Index of the first column in this 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 Class
CellRange Members
Overload List

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum |  Documentation Feedback