Item
OdsCellFieldCollection indexer (1 of 2)
Alanı dizine göre alır.
public OdsCellField this[int index] { get; }
Parametre | Tanım |
---|---|
index | İçerik. |
Ayrıca bakınız
- class OdsCellField
- class OdsCellFieldCollection
- ad alanı Aspose.Cells.Ods
- toplantı Aspose.Cells
OdsCellFieldCollection indexer (2 of 2)
Alanı satır ve sütun dizinine göre alır.
public OdsCellField this[int row, int column] { get; }
Parametre | Tanım |
---|---|
row | Satır indeksi. |
column | Sütun dizini. |
Ayrıca bakınız
- class OdsCellField
- class OdsCellFieldCollection
- ad alanı Aspose.Cells.Ods
- toplantı Aspose.Cells