Click or drag to resize

AddInFunctionsCollection Item Property

Get Add-In function.

Namespace: Spire.Xls.Collections
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public ExcelAddInFunction this[
	int index
] { get; }

Parameters

index
Type: System Int32
Item index.

Return Value

Type: ExcelAddInFunction
See Also