XlsWorkbook
AddInFunctions Property
|
Returns collection of add-in functions. Read-only.
Namespace:
Spire.Xls.Core.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public IAddInFunctions AddInFunctions { get; }
Public ReadOnly Property AddInFunctions As IAddInFunctions
Get
public:
virtual property IAddInFunctions^ AddInFunctions {
IAddInFunctions^ get () sealed;
}
abstract AddInFunctions : IAddInFunctions with get
override AddInFunctions : IAddInFunctions with get
Property Value
Type:
IAddInFunctions
Implements
IWorkbook
AddInFunctions
See Also