com.grapecity.documents.excel Package / IRange Interface / get Method / get(int) Method
The index of the range.
In This Topic
get(int) Method
In This Topic
Returns a new instance of IRange by index which represents a cell.
Syntax
IRange get( 
   int index
)

Parameters

index
The index of the range.
See Also