Add
Contenido
[
Ocultar
]Add(int, int)
Agrega un comentario a la colección.
public int Add(int row, int column)
| Parámetro | Escribe | Descripción |
|---|---|---|
| row | Int32 | Índice de fila de celdas. |
| column | Int32 | Índice de columna de celda. |
Valor_devuelto
Comment índice de objetos
Ver también
- class GridCommentCollection
- espacio de nombres Aspose.Cells.GridDesktop.Data
- asamblea Aspose.Cells.GridDesktop
Add(string)
Agrega un comentario a la colección.
public int Add(string cellName)
| Parámetro | Escribe | Descripción |
|---|---|---|
| cellName | String | Nombre de la celda. |
Valor_devuelto
Comment índice de objetos
Ver también
- class GridCommentCollection
- espacio de nombres Aspose.Cells.GridDesktop.Data
- asamblea Aspose.Cells.GridDesktop
Add(string, string)
Agrega un comentario a una celda especificada por nombre de celda.
public void Add(string cellName, string text)
| Parámetro | Escribe | Descripción |
|---|---|---|
| cellName | String | Nombre de la celda de la cuadrícula. |
| text | String | Texto de comentario. |
Ver también
- class GridCommentCollection
- espacio de nombres Aspose.Cells.GridDesktop.Data
- asamblea Aspose.Cells.GridDesktop
Add(int, int, string)
public void Add(int row, int column, string text)
Ver también
- class GridCommentCollection
- espacio de nombres Aspose.Cells.GridDesktop.Data
- asamblea Aspose.Cells.GridDesktop