Class XmlMap

Class XmlMap

Namespace: Aspose.Cells
Assembly: Aspose.Cells.dll (25.2.0)

Represents Xml map information.

public class XmlMap

Inheritance

objectXmlMap

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

XmlDataBinding

Name

Returns or sets the name of the object.

public string Name { get; set; }

Property Value

string

RootElementName

Gets root element name.

public string RootElementName { get; }

Property Value

string