Spread.Services Documentation
Item(Int32,Int32) Property
GrapeCity.Documents.Spread Namespace > IRange Interface > Item Property : Item(Int32,Int32) Property
The row offset.
The column offset.
Returns a new instance of IRange which is offset from this IRange.
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

IRange Interface
IRange Members
Overload List