menu

Document Processing

Interface IMetaProperty - FileFormats API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface IMetaProperty

    Represents a defined name for a range of cells. Names can be either built-in names such as Database, Print_Area, and Auto_Open or custom names.

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

    Properties

    Name

    Gets the name of the meta property.

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

    Value

    Gets or sets value for the meta 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