GridRow
Contenido
[
Ocultar
]GridRow class
Encapsula el objeto que representa una sola imagen en una hoja de cálculo.
public class GridRow
Propiedades
| Nombre | Descripción |
|---|---|
| FirstCell { get; } | Obtiene la primera celda de la fila. |
| Height { get; set; } | Obtiene y establece la altura de la fila en unidades de Puntos. |
| Hidden { get; set; } | Indica si la fila está oculta. |
| Index { get; } | Obtiene el índice de esta fila. |
| Item { get; } | Obtiene la celda. |
| LastCell { get; } | Obtiene la última celda de la fila. |
| LastDataCell { get; } | Obtiene la última celda de la fila. |
| OutlineLevel { get; set; } | Obtiene y establece el nivel de contorno. |
Métodos
| Nombre | Descripción |
|---|---|
| GetEnumerator() | Obtiene las celdas enumerator |
| IsBlank() | Indica si la fila contiene algún dato |
Ver también
- espacio de nombres Aspose.Cells.GridWeb.Data
- asamblea Aspose.Cells.GridWeb