Aspose::Cells::DataModels::DataModelTable class

DataModelTable class

Represents properties of a single table in spreadsheet data model.

class DataModelTable

Methods

MethodDescription
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() constChecks whether the implementation object is nullptr.
explicit operator bool() constoperator bool()
operator=(const DataModelTable& src)operator=
~DataModelTable()Destructor.

Fields

FieldDescription
_implThe implementation object.

See Also