Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / ICellCollection Interface / Item Property / Item(Int32,Int32) Property
The row offset.
The column offset.
In This Topic
    Item(Int32,Int32) Property
    In This Topic
    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