GetCell
GridCells.GetCell method
Obtient leCell élément ou null à l’index de ligne de cellule et à l’index de colonne spécifiés.
public GridCell GetCell(int row, int column)
Paramètre | Taper | La description |
---|---|---|
row | Int32 | Indice de ligne |
column | Int32 | Indice de colonne |
Return_Value
Renvoie l’objet Cell si un objet Cell existe. Renvoie null si la cellule n’existe pas.
Voir également
- class GridCell
- class GridCells
- espace de noms Aspose.Cells.GridDesktop.Data
- Assemblée Aspose.Cells.GridDesktop