Aspose::Cells::XmlDataBinding class
XmlDataBinding class
Represents Xml Data Binding information.
class XmlDataBinding
Methods
| Method | Description |
|---|---|
| GetUrl() | Gets source url of this data binding. |
| IsNull() const | Checks whether the implementation object is nullptr. |
| explicit operator bool() const | operator bool() |
| operator=(const XmlDataBinding& src) | operator= |
| XmlDataBinding(XmlDataBinding_Impl* impl) | Constructs from an implementation object. |
| XmlDataBinding(const XmlDataBinding& src) | Copy constructor. |
| ~XmlDataBinding() | Destructor. |
Fields
| Field | Description |
|---|---|
| _impl | The implementation object. |
See Also
- Namespace Aspose::Cells
- Library Aspose.Cells for C++