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