Gets the range of cells that was actually exported by the most recent call to Export.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public Rectangle GetExportedRange () |
Visual Basic
Copy Code
|
|---|
Public Function GetExportedRange () As Rectangle |
A .NET Rectangle representing the exported cells or an empty rectangle if Export has never been called.
See Also