Item
OdsCellFieldCollection indexer (1 of 2)
Obtiene el campo por el índice.
public OdsCellField this[int index] { get; }
Parámetro | Descripción |
---|---|
index | El índice. |
Ver también
- class OdsCellField
- class OdsCellFieldCollection
- espacio de nombres Aspose.Cells.Ods
- asamblea Aspose.Cells
OdsCellFieldCollection indexer (2 of 2)
Obtiene el campo por índice de fila y columna.
public OdsCellField this[int row, int column] { get; }
Parámetro | Descripción |
---|---|
row | El índice de fila. |
column | El índice de la columna. |
Ver también
- class OdsCellField
- class OdsCellFieldCollection
- espacio de nombres Aspose.Cells.Ods
- asamblea Aspose.Cells