Search
ImageExporter.getExportedRange Method
See Also
 






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

Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet

 Syntax

Java  Copy Code

public Rectangle getExportedRange ()

 Return Value

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

 See Also