Reads an enumeration object from the element with the specified name.
Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet
SyntaxJava
Copy Code
|
|---|
public Integer readEnum ( |
A string that identifies the element to read.
An instance of the Element class that specifies the parent element.
The enumeration object read; 0 if reading has failed.
See Also