menu

Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class AddInFunctionImpl - Xamarin.Android API Reference | Syncfusion

    Show / Hide Table of Contents

    Class AddInFunctionImpl

    Summary description for AddInFunctionImpl.

    Inheritance
    System.Object
    CommonObject
    AddInFunctionImpl
    Implements
    System.IDisposable
    IAddInFunction
    IParentApplication
    ICloneParent
    Inherited Members
    CommonObject.AddReference()
    CommonObject.AppImplementation
    CommonObject.Application
    CommonObject.CheckDisposed()
    CommonObject.Dispose()
    CommonObject.Finalize()
    CommonObject.FindParent(Object, Type)
    CommonObject.FindParent(Object, Type, Boolean)
    CommonObject.FindParent(Type)
    CommonObject.FindParent(Type, Boolean)
    CommonObject.FindParent(Type[])
    CommonObject.FindParents(Type[])
    CommonObject.m_bIsDisposed
    CommonObject.OnDispose()
    CommonObject.Parent
    CommonObject.ReferenceCount
    CommonObject.ReleaseReference()
    CommonObject.SetParent(Object)
    Namespace: Syncfusion.XlsIO.Implementation
    Assembly: Syncfusion.XlsIO.Portable.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
    IAddInFunction
    IParentApplication
    ICloneParent
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved