Aspose::Cells::DataModels::DataModelTable class
DataModelTable class
Represents properties of a single table in spreadsheet data model.
class DataModelTable
Methods
| Method | Description |
|---|---|
| DataModelTable(DataModelTable_Impl* impl) | Constructs from an implementation object. |
| DataModelTable(const DataModelTable& src) | Copy constructor. |
| GetConnectionName() | Gets the connection name of the data model table. |
| GetId() | Gets the id of the data model table. |
| GetName() | Gets the name of the data model table. |
| IsNull() const | Checks whether the implementation object is nullptr. |
| explicit operator bool() const | operator bool() |
| operator=(const DataModelTable& src) | operator= |
| ~DataModelTable() | Destructor. |
Fields
| Field | Description |
|---|---|
| _impl | The implementation object. |
See Also
- Namespace Aspose::Cells::DataModels
- Library Aspose.Cells for C++