Item
Innehåll
[
Dölj
]CellControlCollection indexer (1 of 2)
Hämtar cellkontrollen vid angivet rad- och kolumnindex.
public CellControl this[int row, int col] { get; }
Parameter | Beskrivning |
---|---|
row | radindex. |
col | kolumnindex. |
Anmärkningar
Om det inte finns ett CellControl-objekt vid angivet radkolumnindex, kommer detta att kontrollera kolumnen CellControl-objekt.
Se även
- class CellControl
- class CellControlCollection
- namnutrymme Aspose.Cells.GridDesktop
- hopsättning Aspose.Cells.GridDesktop
CellControlCollection indexer (2 of 2)
Hämtar cellkontrollen med angivet cellnamn.
public CellControl this[string cellName] { get; }
Parameter | Beskrivning |
---|---|
cellName | cellnamn (i Excel-namnformat, som ‘A1’, ‘F22’) |
Anmärkningar
Om det inte finns ett CellControl-objekt vid angivet radkolumnindex, kommer detta att kontrollera kolumnen CellControl-objekt.
Se även
- class CellControl
- class CellControlCollection
- namnutrymme Aspose.Cells.GridDesktop
- hopsättning Aspose.Cells.GridDesktop