Item

GridCommentCollection indexer (1 of 3)

Comment belirtilen dizindeki öğe.

public GridComment this[int index] { get; }
ParametreTanım
indexÖğenin sıfır tabanlı dizini.

Geri dönüş değeri

Belirtilen dizindeki öğe.

Ayrıca bakınız


GridCommentCollection indexer (2 of 3)

Comment belirtilen hücredeki öğe.

public GridComment this[string cellName] { get; }
ParametreTanım
cellNameHücre adı.

Geri dönüş değeri

Belirtilen hücredeki öğe.

Ayrıca bakınız


GridCommentCollection indexer (3 of 3)

Comment belirtilen satır dizinindeki ve sütun dizinindeki öğe.

public GridComment this[int row, int column] { get; }
ParametreTanım
rowSatır indeksi.
columnSütun indeksi.

Geri dönüş değeri

Belirtilen hücredeki öğe.

Ayrıca bakınız