Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / CellInfo Class / GetRangeBoundary Method
The range object.
In This Topic
    GetRangeBoundary Method
    In This Topic
    Returns the position and size (in pixels) of the specified range.
    Syntax
    [System.Obsolete()]
    public static System.Drawing.Rectangle GetRangeBoundary( 
       IRange range
    )

    Parameters

    range
    The range object.
    See Also