Table of Contents

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

int

Name

Name of add-in function.

public string Name { get; }

Property Value

string

NameIndex

Name index.

public int NameIndex { get; set; }

Property Value

int

Methods

Clone(object)

Creates a new object that is a copy of the current instance.

public object Clone(object parent)

Parameters

parent object

Parent object for a copy of this instance.

Returns

object

A new object that is a copy of this instance.