EndCellInColumn

EndCellInColumn(short)

Hämtar den sista cellen i denna kolumn.

public Cell EndCellInColumn(short columnIndex)
ParameterTypBeskrivning
columnIndexInt16Kolumnindex.

Returvärde

Cellobjekt.

Se även


EndCellInColumn(int, int, short, short)

Hämtar den sista cellen med maximalt kolumnindex i detta intervall.

public Cell EndCellInColumn(int startRow, int endRow, short startColumn, short endColumn)
ParameterTypBeskrivning
startRowInt32Starta radindex.
endRowInt32Slutradindex.
startColumnInt16Starta kolumnindex.
endColumnInt16Slut kolumnindex.

Returvärde

Cellobjekt.

Se även