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)
| Parameter | Type | Description |
|---|---|---|
| index | int32_t | The index. |
ReturnValue
See Also
- Class OdsCellField
- Class Vector
- Class OdsCellFieldCollection
- Namespace Aspose::Cells::Ods
- Library Aspose.Cells for C++
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)
| Parameter | Type | Description |
|---|---|---|
| row | int32_t | The row index. |
| column | int32_t | The column index. |
ReturnValue
See Also
- Class OdsCellField
- Class Vector
- Class OdsCellFieldCollection
- Namespace Aspose::Cells::Ods
- Library Aspose.Cells for C++