ComponentOne ASP.NET MVC Controls
Range Constructor(Int32,Int32,Int32,Int32)

C1.Web.Mvc.Sheet Namespace > Range Class > Range Constructor : Range Constructor(Int32,Int32,Int32,Int32)
The starting column number.
The starting row number.
The number of columns.
The number of rows.
Create a Range by coordinates and spans.
Syntax
'Declaration
 
Public Function New( _
   ByVal leftCol As Integer, _
   ByVal topRow As Integer, _
   ByVal cols As Integer, _
   ByVal rows As Integer _
)
public Range( 
   int leftCol,
   int topRow,
   int cols,
   int rows
)

Parameters

leftCol
The starting column number.
topRow
The starting row number.
cols
The number of columns.
rows
The number of rows.
See Also

Reference

Range Class
Range Members
Overload List