GetCell

Cells.GetCell method

Cell belirtilen hücre satırı dizininde ve sütun dizininde öğe veya null.

public Cell GetCell(int row, int column)
ParametreTipTanım
rowInt32Satır dizini
columnInt32Sütun dizini

Geri dönüş değeri

Hücre nesnesi varsa Hücre nesnesini döndür. Hücre yoksa boş döndür.

Ayrıca bakınız