ListObjectCollection Class

ListObjectCollection class

Represents a collection of objects in the worksheet.


type ListObjectCollection struct  {
	ptr unsafe.Pointer
}

Constructors

MethodDescription

Methods

MethodDescription
IsNullChecks whether the implementation object is nullptr.
Get_IntGets the ListObject by index.
Get_StringGets the ListObject by specified name.
Add_Int_Int_Int_Int_BoolAdds a ListObject to the worksheet.
Add_String_String_BoolAdds a ListObject to the worksheet.
UpdateColumnNameUpdate all column name of the tables.
GetCount