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

Parameters

rowOffset
The row offset.
columnOffset
The column offset.

Property Value

IRange.
See Also

Reference

ICellCollection Interface
ICellCollection Members
Overload List