WebCells.SetRowHeight
WebCells.SetRowHeight method
Sets the height of the specified row.the accepted width type is Point,Pixel or Inch
public void SetRowHeight(int row, Unit height)
Parameter | Type | Description |
---|---|---|
row | Int32 | Row index. |
height | Unit | 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 WebCells
- namespace Aspose.Cells.GridWeb.Data
- assembly Aspose.Cells.GridWeb