Aspose::Cells::Tables::ListColumnCollection class

ListColumnCollection class

Represents A collection of all the ListColumn objects in the specified ListObject object.

class ListColumnCollection

Methods

MethodDescription
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()
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