Gets or sets an information provider for custom functions.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public IInformationProvider ExtendedInformationProvider { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ExtendedInformationProvider As IInformationProvider |
An IExpressionEvaluator instance.
RemarksThis property can be used to specify tooltip information for custom functions during formula editing, or to localize the information of the built-in functions.
See Also