Gets the context object that enables you to write and read data.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public XmlContext Context { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Context As XmlContext |
An instance of the XmlContext class.
See Also