File Formats

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface ISerializableNamedObject

    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
    [CLSCompliant(false)]
    public interface ISerializableNamedObject : INamedObject

    Properties

    Name

    Name of the object.

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

    RealIndex

    Index of the object in the collection.

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

    Events

    NameChanged

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