Class XmlMapCollection
Class to hold Xml collection.
Inheritance
System.Object
XmlMapCollection
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.XlsIO.Implementation.Collections
Assembly: Syncfusion.XlsIO.Base.dll
Syntax
public class XmlMapCollection
Constructors
XmlMapCollection(WorkbookImpl)
Create an instance of XmlMapCollection.
Declaration
public XmlMapCollection(WorkbookImpl parent)
Parameters
Type | Name | Description |
---|---|---|
WorkbookImpl | parent | Parent workbook object. |
Properties
Count
Returns the number of XmlMap object in the collection. Read-Only Integer.
Declaration
public int Count { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Item[Int32]
Returns XmlMap object from its collection for the given index. Read-Only.
Declaration
public XmlMap this[int index] { get; }
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index | Zero-based index value. |
Property Value
Type | Description |
---|---|
XmlMap |