Class GridRow
GridRow class
Encapsulates the object that represents a single picture in a spreadsheet.
Properties
| Name | Description | 
|---|
| FirstCell { get; } | Gets the first cell object in the row. | 
| Height { get; set; } | Gets or sets the height of row object.in unit of pixel | 
| Hidden { get; set; } | Indicates whether the row is hidden. | 
| Index { get; } | Gets the index of this row. | 
| Item { get; } | Gets the cell. | 
| LastCell { get; } | Gets the last cell object in the row. | 
| LastDataCell { get; } | Gets the last non-blank cell in the row. | 
| OutlineLevel { get; set; } | Gets and sets the outline level. | 
Methods
| Name | Description | 
|---|
| GetCellByIndex(int) | Get the cell by specific index in the cells collection of this row. | 
| GetEnumerator() | Gets the cells enumerator | 
| IsBlank() | Indicates whether the row contains any data | 
Fields
See Also