Aspose::Cells::Tables::ListColumnCollection class

ListColumnCollection class

Represents a list of all the ListColumn objects in the table.

class ListColumnCollection

Methods

MethodDescription
begin()Returns an iterator to the beginning of the ListColumnCollection.
end()Returns an iterator to the end of the ListColumnCollection.
Get(int32_t index)Gets the ListColumn by the index.
Get(const U16String& name)Gets the ListColumn by the name.
Get(const char16_t* name)Gets the ListColumn by the name.
GetCount()Gets the number of elements contained in the instance.
IsNull() constChecks whether the implementation object is nullptr.
ListColumnCollection(ListColumnCollection_Impl* impl)Constructs from an implementation object.
ListColumnCollection(const ListColumnCollection& src)Copy constructor.
explicit operator bool() constoperator bool()
operator=(const ListColumnCollection& src)operator=
~ListColumnCollection()Destructor.

Fields

FieldDescription
_implThe implementation object.

See Also