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