menu

Document Processing

Interface ICustomProperty - FileFormats API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface ICustomProperty

    Represents single worksheet custom property.

    Namespace: Syncfusion.XlsIO
    Assembly: Syncfusion.XlsIO.Base.dll
    Syntax
    public interface ICustomProperty

    Properties

    Name

    Returns the name of the property.

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

    Value

    Gets / sets value of the property.

    Declaration
    string Value { get; set; }
    Property Value
    Type
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved