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 |