Aspose::Cells::Tables::TableStyleElementCollection::Get method

TableStyleElementCollection::Get(int32_t) method

Gets an element of the table style by the index.

TableStyleElement Aspose::Cells::Tables::TableStyleElementCollection::Get(int32_t index)
ParameterTypeDescription
indexint32_tThe index.

ReturnValue

Returns TableStyleElement object

See Also

TableStyleElementCollection::Get(TableStyleElementType) method

Gets the element of the table style by the element type.

TableStyleElement Aspose::Cells::Tables::TableStyleElementCollection::Get(TableStyleElementType type)
ParameterTypeDescription
typeTableStyleElementTypeThe element type.

ReturnValue

Returns TableStyleElement object

See Also