Search
ImageExporter.GetExportedRange Method
See Also
 






Gets the range of cells that was actually exported by the most recent call to Export.

Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms

 Syntax

C#  Copy Code

public Rectangle GetExportedRange ()

Visual Basic  Copy Code

Public Function GetExportedRange () As Rectangle

 Return Value

A .NET Rectangle representing the exported cells or an empty rectangle if Export has never been called.

 See Also