Class CustomXmlPart
Class CustomXmlPart
Namespace: Aspose.Cells.Markup
Assembly: Aspose.Cells.dll (25.2.0)
Represents a Custom XML Data Storage Part (custom XML data within a package).
public class CustomXmlPart
Inheritance
Inherited Members
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Properties
Data
Gets or sets the XML content of this Custom XML Data Storage Part.
public byte[] Data { get; set; }
Property Value
byte[]
ID
Gets and sets the id of the custom xml part.
public string ID { get; set; }
Property Value
SchemaData
Gets or sets the XML content of this Custom XML Schema Data Storage Part.
public byte[] SchemaData { get; set; }
Property Value
byte[]