Class XlsAddInFunction
- Namespace
- Spire.Xls.Core.Spreadsheet
- Assembly
- Spire.XLS.dll
public class XlsAddInFunction : XlsObject, IDisposable, IAddInFunction, IExcelApplication, ICloneParent
- Inheritance
-
XlsAddInFunction
- Implements
- Derived
- Inherited Members
Properties
BookIndex
Gets or sets book index.
public int BookIndex { get; set; }
Property Value
Name
Name of add-in function.
public string Name { get; }
Property Value
NameIndex
Name index.
public int NameIndex { get; set; }
Property Value
Methods
Clone(object)
Creates a new object that is a copy of the current instance.
public object Clone(object parent)
Parameters
parent
objectParent object for a copy of this instance.
Returns
- object
A new object that is a copy of this instance.