Reads a Rectangle value from the element with the specified name.
Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet
SyntaxJava
Copy Code
|
|---|
public Rectangle readRectangle ( |
A string that identifies the element to read.
An instance of the Element class that specifies the parent element.
The Rectangle read; An empty rectangle if reading has failed.
See Also