DataModelTable Class
DataModelTable class
Represents properties of a single table in spreadsheet data model.
type DataModelTable struct {
ptr unsafe.Pointer
}
Constructors
| Method | Description |
|---|
Methods
| Method | Description |
|---|---|
| IsNull | Checks whether the implementation object is nullptr. |
| GetId | Gets the id of the data model table. |
| GetName | Gets the name of the data model table. |
| GetConnectionName | Gets the connection name of the data model table. |