Item
OdsCellFieldCollection indexer (1 of 2)
Hämtar fältet efter index.
public OdsCellField this[int index] { get; }
| Parameter | Beskrivning |
|---|---|
| index | Indexet. |
Se även
- class OdsCellField
- class OdsCellFieldCollection
- namnutrymme Aspose.Cells.Ods
- hopsättning Aspose.Cells
OdsCellFieldCollection indexer (2 of 2)
Hämtar fältet efter rad och kolumnindex.
public OdsCellField this[int row, int column] { get; }
| Parameter | Beskrivning |
|---|---|
| row | Radindex. |
| column | Kolumnindex. |
Se även
- class OdsCellField
- class OdsCellFieldCollection
- namnutrymme Aspose.Cells.Ods
- hopsättning Aspose.Cells