EndCellInColumn

EndCellInColumn(short)

Récupère la dernière cellule de cette colonne.

public Cell EndCellInColumn(short columnIndex)
ParamètreTaperLa description
columnIndexInt16Indice de colonne.

Return_Value

Objet cellule.

Voir également


EndCellInColumn(int, int, short, short)

Obtient la dernière cellule avec l’index de colonne maximal dans cette plage.

public Cell EndCellInColumn(int startRow, int endRow, short startColumn, short endColumn)
ParamètreTaperLa description
startRowInt32Index de ligne de début.
endRowInt32Index de fin de ligne.
startColumnInt16Début de l’index de la colonne.
endColumnInt16Indice de fin de colonne.

Return_Value

Objet cellule.

Voir également