Gets or sets the string representation of the data being serialized/deserialized.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public XElement Representation { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Representation As XElement |
An instance of the .NET XElement class.
See Also