DataModelTable Class

DataModelTable class

Represents properties of a single table in spreadsheet data model.


type DataModelTable struct  {
	ptr unsafe.Pointer
}

Constructors

MethodDescription

Methods

MethodDescription
IsNullChecks whether the implementation object is nullptr.
GetIdGets the id of the data model table.
GetNameGets the name of the data model table.
GetConnectionNameGets the connection name of the data model table.