Provides function information from an XML file.
Namespace: MindFusion.Spreadsheet.Expressions
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public class XmlInformationProvider : IInformationProvider |
Visual Basic
Copy Code
|
|---|
Public Class XmlInformationProvider |
RemarksThis class can be used to load function information from an XML file. The XML file should have the following structure:
XML
Copy Code
|
|---|
<?xml version="1.0" encoding="utf-8" ?> |
Inheritance HierarchySystem.Object![]()
MindFusion.Spreadsheet.Expressions.XmlInformationProvider
See Also