Returns cells range corresponded to the given rectangle.

Namespace:  PerpetuumSoft.Reporting.Export.ExcelXml
Assembly:  PerpetuumSoft.Reporting.Export.ExcelXml (in PerpetuumSoft.Reporting.Export.ExcelXml.dll) Version: 3.9.0.1

Syntax

C#
public Rectangle GetRange(
	RectangleF rect
)
Visual Basic (Declaration)
Public Function GetRange ( _
	rect As RectangleF _
) As Rectangle
Visual C++
public:
Rectangle GetRange(
	RectangleF rect
)

Parameters

rect
Type: System.Drawing..::.RectangleF

See Also