Spread.Services Documentation
Item(Int32,Int32,Int32,Int32) Property
GrapeCity.Documents.Spread Namespace > IRangeProvider Interface > Item Property : Item(Int32,Int32,Int32,Int32) Property
The row.
The column.
The row count.
The column count.
Gets the IRange object with the specified row and column.
Syntax
IRange Item( 
   System.int row,
   System.int column,
   System.int rowCount,
   System.int columnCount
) {get;}

Parameters

row
The row.
column
The column.
rowCount
The row count.
columnCount
The column count.

Property Value

IRange.
See Also

Reference

IRangeProvider Interface
IRangeProvider Members
Overload List