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; }
Public ReadOnly Default Property Item (
index As Integer
) As ExcelAddInFunction
Get
public:
property ExcelAddInFunction^ default[int index] {
ExcelAddInFunction^ get (int index);
}
member Item : ExcelAddInFunction with get
Parameters
-
index
-
Type:
System
Int32
Item index.
Return Value
Type:
ExcelAddInFunction
See Also