Spread Windows Forms 12.0 Product Documentation
Item(Int32,Int32,Int32,Int32) Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IRange Interface > Item Property : Item(Int32,Int32,Int32,Int32) Property
An integer value indicates the top row index.
An integer value indicates the left column index.
An integer value indicates the bottom row index.
An integer value indicates the right column index.
Gets the IRange with the specified range.
Syntax
'Declaration
 
Overloads ReadOnly Property Item( _
   ByVal row As Integer, _
   ByVal column As Integer, _
   ByVal row2 As Integer, _
   ByVal column2 As Integer _
) As IRange
'Usage
 
Dim instance As IRange
Dim row As Integer
Dim column As Integer
Dim row2 As Integer
Dim column2 As Integer
Dim value As IRange
 
value = instance.Item(row, column, row2, column2)
IRange Item( 
   int row,
   int column,
   int row2,
   int column2
) {get;}

Parameters

row
An integer value indicates the top row index.
column
An integer value indicates the left column index.
row2
An integer value indicates the bottom row index.
column2
An integer value indicates the right column index.

Property Value

An IRange object which provide access to cell values, formulas, formatting...
See Also

Reference

IRange Interface
IRange Members
Overload List