Aspose::Cells::Tables::ListObjectCollection class

ListObjectCollection class

Represents a collection of ListObject objects in the worksheet.

class ListObjectCollection

Methods

MethodDescription
Add(int32_t startRow, int32_t startColumn, int32_t endRow, int32_t endColumn, bool hasHeaders)Adds a ListObject to the worksheet.
Add(const U16String& startCell, const U16String& endCell, bool hasHeaders)Adds a ListObject to the worksheet.
Add(const char16_t* startCell, const char16_t* endCell, bool hasHeaders)Adds a ListObject to the worksheet.
Get(int32_t index)Gets the ListObject by index.
Get(const U16String& tableName)Gets the ListObject by specified name.
Get(const char16_t* tableName)Gets the ListObject by specified name.
GetCount()
IsNull() constChecks whether the implementation object is nullptr.
ListObjectCollection(ListObjectCollection_Impl* impl)Constructs from an implementation object.
ListObjectCollection(const ListObjectCollection& src)Copy constructor.
explicit operator bool() constoperator bool()
operator=(const ListObjectCollection& src)operator=
UpdateColumnName()Update all column name of the tables.
~ListObjectCollection()Destructor.

Fields

FieldDescription
_implThe implementation object.

See Also