Class GridRow
GridRow class
Encapsulates the object that represents a single picture in a spreadsheet.
public class GridRow
Properties
Name | Description |
---|---|
FirstCell { get; } | |
Height { get; set; } | Gets or sets the height of row object.in unit of pixel |
Hidden { get; set; } | |
Index { get; } | |
Item { get; } | Gets the cell. |
LastCell { get; } | |
LastDataCell { get; } | |
OutlineLevel { get; set; } |
Methods
Name | Description |
---|---|
GetCellByIndex(int) | |
GetEnumerator() | Gets the cells enumerator |
IsBlank() |
Fields
Name | Description |
---|---|
static DEFAULT_HEIGHT | Default height of gridrow. |
See Also
- namespace Aspose.Cells.GridDesktop.Data
- assembly Aspose.Cells.GridDesktop