[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.CellInfo.GetRangeBoundary

GetRangeBoundary Method

GetRangeBoundary(IRange)

Returns the position and size (in pixels) of the specified range.

Declaration
[Obsolete]
public static Rectangle GetRangeBoundary(IRange range)
<Obsolete>
Public Shared Function GetRangeBoundary(range As IRange) As Rectangle
Parameters
Type Name Description
IRange range

The range object.

Returns
Type Description
Rectangle