Reads an enumeration object from the element with the specified name.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public Object ReadEnum ( |
Visual Basic
Copy Code
|
|---|
Public Function ReadEnum( _ |
An instance of the .NET XElement class that specifies the parent element.
The enumeration object read, or 0 if reading has failed.
See Also