menu

WinUI

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IMetaProperties - WinUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface IMetaProperties

    Represents meta properties in excel

    Namespace: Syncfusion.XlsIO
    Assembly: Syncfusion.XlsIO.NET.dll
    Syntax
    public interface IMetaProperties : IEnumerable

    Properties

    Application

    Returns Xml Schema

    Declaration
    IApplication Application { get; }
    Property Value
    Type
    IApplication

    Count

    Returns number of elements in the collection. Read-only.

    Declaration
    int Count { get; }
    Property Value
    Type
    System.Int32

    Item[Int32]

    Gets the Metaproperty of the corresponding index from the collection.

    Declaration
    IMetaProperty this[int iIndex] { get; }
    Parameters
    Type Name Description
    System.Int32 iIndex
    Property Value
    Type
    IMetaProperty

    Parent

    Returns Xml Schema

    Declaration
    object Parent { get; }
    Property Value
    Type
    System.Object

    SchemaXml

    Returns Xml Schema

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