MindFusion.Wpf Pack Programmer's Guide
Workbook.ExtendedInformationProvider Property
See Also
 





Gets or sets an information provider for custom functions.

Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  Copy Code

public IInformationProvider ExtendedInformationProvider { get; set; }

Visual Basic  Copy Code

Public Property ExtendedInformationProvider As IInformationProvider

 Property Value

An IExpressionEvaluator instance.

 Remarks

This 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

Workbook Members
Workbook Class
MindFusion.Spreadsheet.Wpf Namespace