Item
OdsCellFieldCollection indexer (1 of 2)
Ruft das Feld nach dem Index ab.
public OdsCellField this[int index] { get; }
Parameter | Beschreibung |
---|---|
index | Der Index. |
Siehe auch
- class OdsCellField
- class OdsCellFieldCollection
- namensraum Aspose.Cells.Ods
- Montage Aspose.Cells
OdsCellFieldCollection indexer (2 of 2)
Ruft das Feld nach Zeilen- und Spaltenindex ab.
public OdsCellField this[int row, int column] { get; }
Parameter | Beschreibung |
---|---|
row | Der Zeilenindex. |
column | Der Spaltenindex. |
Siehe auch
- class OdsCellField
- class OdsCellFieldCollection
- namensraum Aspose.Cells.Ods
- Montage Aspose.Cells