Item

GridCommentCollection indexer (1 of 3)

Obtiene elComment elemento en el índice especificado.

public GridComment this[int index] { get; }
ParámetroDescripción
indexEl índice de base cero del elemento.

Valor_devuelto

El elemento en el índice especificado.

Ver también


GridCommentCollection indexer (2 of 3)

Obtiene elComment elemento en la celda especificada.

public GridComment this[string cellName] { get; }
ParámetroDescripción
cellNameNombre de la celda.

Valor_devuelto

El elemento en la celda especificada.

Ver también


GridCommentCollection indexer (3 of 3)

Obtiene elComment elemento en el índice de fila y el índice de columna especificados.

public GridComment this[int row, int column] { get; }
ParámetroDescripción
rowÍndice de fila.
columnÍndice de columnas.

Valor_devuelto

El elemento en la celda especificada.

Ver también