GridCells.SetRowHeight
GridCells.SetRowHeight method
Sets the height of the specified row.
public void SetRowHeight(int row, double height)
| Parameter | Type | Description | 
|---|---|---|
| row | Int32 | Row index. | 
| height | Double | Height of row.In unit of point It should be between 0 and 409.5. | 
Remarks
To hide a row, sets row height to zero.
See Also
- class GridCells
 - namespace Aspose.Cells.GridWeb.Data
 - assembly Aspose.Cells.GridWeb