Class AddInFunctionImpl
Summary description for AddInFunctionImpl.
Inherited Members
Namespace: Syncfusion.XlsIO.Implementation
Assembly: Syncfusion.XlsIO.UWP.dll
Syntax
public class AddInFunctionImpl : CommonObject, IDisposable, IAddInFunction, IParentApplication, ICloneParent
Constructors
AddInFunctionImpl(IApplication, Object, Int32, Int32)
Creates new instance.
Declaration
public AddInFunctionImpl(IApplication application, object parent, int iBookIndex, int iNameIndex)
Parameters
Type | Name | Description |
---|---|---|
IApplication | application | Current application. |
System.Object | parent | Parent object. |
System.Int32 | iBookIndex | Book index. |
System.Int32 | iNameIndex | Name index. |
Properties
BookIndex
Gets / sets book index.
Declaration
public int BookIndex { get; set; }
Property Value
Type |
---|
System.Int32 |
Name
Returns name of add-in function.
Declaration
public string Name { get; }
Property Value
Type |
---|
System.String |
NameIndex
Name index.
Declaration
public int NameIndex { get; set; }
Property Value
Type |
---|
System.Int32 |
Methods
Clone(Object)
Creates a new object that is a copy of the current instance.
Declaration
public object Clone(object parent)
Parameters
Type | Name | Description |
---|---|---|
System.Object | parent | Parent object for a copy of this instance. |
Returns
Type | Description |
---|---|
System.Object | A new object that is a copy of this instance. |
Implements
System.IDisposable