Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / IRange Interface / Offset Method
Row offset.
Column offset.
In This Topic
    Offset Method
    In This Topic
    Returns an IRange object that represents the offset of this range.
    Syntax
    IRange Offset( 
       System.int rowOffset,
       System.int columnOffset
    )

    Parameters

    rowOffset
    Row offset.
    columnOffset
    Column offset.

    Return Value

    A new range which consists of the offset of this range.
    See Also