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

    Parameters

    range
    The range object.

    Return Value

    The RectangleF object.
    See Also