Aspose::Cells::Vector::operator[] method

Vector::operator[] method

Array subscript operator.

T & Aspose::Cells::Vector<T>::operator[](int32_t index) const
ParameterTypeDescription
indexint32_tsubscript index

ReturnValue

Element reference

See Also