menu

Document Processing

Interface ISerializableNamedObject - FileFormats API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface ISerializableNamedObject

    INamedObject interface declaration - object with name, index, and ability to serialize.

    Namespace: Syncfusion.XlsIO.Interfaces
    Assembly: Syncfusion.XlsIO.Base.dll
    Syntax
    public interface ISerializableNamedObject : INamedObject

    Properties

    Name

    Name of the object.

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

    RealIndex

    Index of the object in the collection.

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

    Methods

    add_NameChanged(ValueChangedEventHandler)

    Declaration
    void add_NameChanged(ValueChangedEventHandler value)
    Parameters
    Type Name Description
    Syncfusion.XlsIO.Implementation.ValueChangedEventHandler value

    remove_NameChanged(ValueChangedEventHandler)

    Declaration
    void remove_NameChanged(ValueChangedEventHandler value)
    Parameters
    Type Name Description
    Syncfusion.XlsIO.Implementation.ValueChangedEventHandler value

    Events

    NameChanged

    Declaration
    event ValueChangedEventHandler NameChanged
    Event Type
    Type
    Syncfusion.XlsIO.Implementation.ValueChangedEventHandler
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved