OdsCellFieldCollection.Item
OdsCellFieldCollection indexer (1 of 2)
Gets the field by the index.
public OdsCellField this[int index] { get; }
Parameter | Description |
---|---|
index | The index. |
See Also
- class OdsCellField
- class OdsCellFieldCollection
- namespace Aspose.Cells.Ods
- assembly Aspose.Cells
OdsCellFieldCollection indexer (2 of 2)
Gets the field by row and column index.
public OdsCellField this[int row, int column] { get; }
Parameter | Description |
---|---|
row | The row index. |
column | The column index. |
See Also
- class OdsCellField
- class OdsCellFieldCollection
- namespace Aspose.Cells.Ods
- assembly Aspose.Cells