Interface ICustomXmlPart
Represent the custom xml part in excel
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.UWP.dll
Syntax
public interface ICustomXmlPart
Properties
Data
Returns the index number of the object within the collection of similar objects. Read-only Long.
Declaration
byte[] Data { get; set; }
Property Value
Type |
---|
System.Byte[] |
Id
Returns or sets the name of the object. Read / write String.
Declaration
string Id { get; set; }
Property Value
Type |
---|
System.String |
Schemas
Returns or sets the name of the object, in the language of the user. Read / write String for Name.
Declaration
ICustomXmlSchemaCollection Schemas { get; }
Property Value
Type |
---|
ICustomXmlSchemaCollection |
Methods
Clone()
Deletes the object.
Declaration
ICustomXmlPart Clone()
Returns
Type | Description |
---|---|
ICustomXmlPart | A CustomXmlPart cloned object. |