menu

Document Processing

MetaPropertyImpl Class - C# Excel Library API Reference | Syncfusion

    Show / Hide Table of Contents

    MetaPropertyImpl Class

    Represents the meta property implementation

    Inheritance
    System.Object
    MetaPropertyImpl
    Implements
    IMetaProperty
    Namespace: Syncfusion.XlsIO.Implementation
    Assembly: Syncfusion.XlsIO.Base.dll
    Syntax
    public class MetaPropertyImpl : Object, IMetaProperty

    Constructors

    MetaPropertyImpl()

    Declaration
    public MetaPropertyImpl()

    Properties

    Name

    Gets or sets the name of meta property

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

    Value

    Gets or sets the value of meta property

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

    Implements

    IMetaProperty
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved