Aspose::Cells::Ods::OdsCellFieldCollection::Get method

OdsCellFieldCollection::Get(int32_t) method

Gets the field by the index.

OdsCellField Aspose::Cells::Ods::OdsCellFieldCollection::Get(int32_t index)
ParameterTypeDescription
indexint32_tThe index.

ReturnValue

See Also

OdsCellFieldCollection::Get(int32_t, int32_t) method

Gets the field by row and column index.

OdsCellField Aspose::Cells::Ods::OdsCellFieldCollection::Get(int32_t row, int32_t column)
ParameterTypeDescription
rowint32_tThe row index.
columnint32_tThe column index.

ReturnValue

See Also