Item
İçindekiler
[
Saklamak
]GridCommentCollection indexer (1 of 3)
Comment belirtilen dizindeki öğe.
public GridComment this[int index] { get; }
Parametre | Tanım |
---|---|
index | Öğenin sıfır tabanlı dizini. |
Geri dönüş değeri
Belirtilen dizindeki öğe.
Ayrıca bakınız
- class GridComment
- class GridCommentCollection
- ad alanı Aspose.Cells.GridDesktop.Data
- toplantı Aspose.Cells.GridDesktop
GridCommentCollection indexer (2 of 3)
Comment belirtilen hücredeki öğe.
public GridComment this[string cellName] { get; }
Parametre | Tanım |
---|---|
cellName | Hücre adı. |
Geri dönüş değeri
Belirtilen hücredeki öğe.
Ayrıca bakınız
- class GridComment
- class GridCommentCollection
- ad alanı Aspose.Cells.GridDesktop.Data
- toplantı Aspose.Cells.GridDesktop
GridCommentCollection indexer (3 of 3)
Comment belirtilen satır dizinindeki ve sütun dizinindeki öğe.
public GridComment this[int row, int column] { get; }
Parametre | Tanım |
---|---|
row | Satır indeksi. |
column | Sütun indeksi. |
Geri dönüş değeri
Belirtilen hücredeki öğe.
Ayrıca bakınız
- class GridComment
- class GridCommentCollection
- ad alanı Aspose.Cells.GridDesktop.Data
- toplantı Aspose.Cells.GridDesktop