menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IMetaProperty - UWP 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.UWP.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

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved