ComponentOne Studio Web API Edition
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.
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

Range Class
Range Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.