Class XmlMap
Class XmlMap
Namespace: Aspose.Cells
Assembly: Aspose.Cells.dll (25.2.0)
Represents Xml map information.
public class XmlMap
Inheritance
Inherited Members
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Properties
DataBinding
Gets an Aspose.Cells.XmlDataBinding of this map.
public XmlDataBinding DataBinding { get; }
Property Value
Name
Returns or sets the name of the object.
public string Name { get; set; }
Property Value
RootElementName
Gets root element name.
public string RootElementName { get; }