menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    Class ExternNameImpl

    Summary description for ExternNameImpl.

    Inheritance
    System.Object
    CommonObject
    ExternNameImpl
    Implements
    IParentApplication
    System.IDisposable
    INameIndexChangedEventProvider
    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 ExternNameImpl : CommonObject, IParentApplication, IDisposable, INameIndexChangedEventProvider, ICloneParent

    Constructors

    ExternNameImpl(IApplication, Object, ExternNameRecord, Int32)

    Declaration
    public ExternNameImpl(IApplication application, object parent, ExternNameRecord name, int index)
    Parameters
    Type Name Description
    IApplication application
    System.Object parent
    ExternNameRecord name
    System.Int32 index

    Fields

    sheetId

    Sheet id

    Declaration
    public int sheetId
    Field Value
    Type
    System.Int32

    Properties

    BookIndex

    Returns index of the parent extern workbook. Read-only.

    Declaration
    public int BookIndex { get; }
    Property Value
    Type
    System.Int32

    Index

    Index of the extern name in extern names collection.

    Declaration
    public int Index { get; set; }
    Property Value
    Type
    System.Int32

    Name

    Returns name of this extern name. Read-only.

    Declaration
    public string Name { get; }
    Property Value
    Type
    System.String

    Methods

    add_NameIndexChanged(NameImpl.NameIndexChangedEventHandler)

    Declaration
    public void add_NameIndexChanged(NameImpl.NameIndexChangedEventHandler value)
    Parameters
    Type Name Description
    NameImpl.NameIndexChangedEventHandler value

    Clone(Object)

    Creates copy of the current object.

    Declaration
    public object Clone(object parent)
    Parameters
    Type Name Description
    System.Object parent

    Parent object for the new object.

    Returns
    Type Description
    System.Object

    Copy of the current object.

    remove_NameIndexChanged(NameImpl.NameIndexChangedEventHandler)

    Declaration
    public void remove_NameIndexChanged(NameImpl.NameIndexChangedEventHandler value)
    Parameters
    Type Name Description
    NameImpl.NameIndexChangedEventHandler value

    Serialize(OffsetArrayList)

    Saves class into OffsetArrayList.

    Declaration
    public void Serialize(OffsetArrayList records)
    Parameters
    Type Name Description
    OffsetArrayList records

    OffsetArrayList that would receive class data.

    Events

    NameIndexChanged

    Declaration
    public event NameImpl.NameIndexChangedEventHandler NameIndexChanged
    Event Type
    Type
    NameImpl.NameIndexChangedEventHandler

    Implements

    IParentApplication
    System.IDisposable
    INameIndexChangedEventProvider
    ICloneParent
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved