Aspose::Cells::Tables::TableStyleElementCollection class

TableStyleElementCollection class

Represents all elements of the table style.

class TableStyleElementCollection

Methods

MethodDescription
Add(TableStyleElementType type)Adds an element.
Get(int32_t index)Gets an element of the table style by the index.
Get(TableStyleElementType type)Gets the element of the table style by the element type.
GetCount()
IsNull() constChecks whether the implementation object is nullptr.
explicit operator bool() constoperator bool()
operator=(const TableStyleElementCollection& src)operator=
TableStyleElementCollection(TableStyleElementCollection_Impl* impl)Constructs from an implementation object.
TableStyleElementCollection(const TableStyleElementCollection& src)Copy constructor.
~TableStyleElementCollection()Destructor.

Fields

FieldDescription
_implThe implementation object.

See Also