IWorkbook
AddInFunctions Property
|
Returns collection of all workbook's add-in functions. Read-only.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
IAddInFunctions AddInFunctions { get; }
ReadOnly Property AddInFunctions As IAddInFunctions
Get
property IAddInFunctions^ AddInFunctions {
IAddInFunctions^ get ();
}
abstract AddInFunctions : IAddInFunctions with get
Property Value
Type:
IAddInFunctions
See Also