FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > SheetView Class : SetRowHeight Method |
Sets the height of the specified row in pixels.
Get the height for a row by calling the GetRowHeight method.
Note: The value set by the SetRowHeight method does not include the width of the adjacent grid line.
The default height for rows in the sheet is determined by the DefaultRowHeight property.
If you prefer, you can allow users to resize rows by calling the SetRowSizeable method.
Set the width for a column by calling the SetColumnWidth method.
FarPoint.Web.Spread.SheetView sv; sv = FpSpread1.ActiveSheetView; sv.SetRowHeight(1, 40);
Dim sv As FarPoint.Web.Spread.SheetView sv = FpSpread1.ActiveSheetView sv.SetRowHeight(1, 40)
Target Platforms: Windows 7, Windows 8, Windows 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional
SheetView Class
SheetView Members
GetRowHeight Method
SetColumnWidth Method
DefaultRowHeight Method
Height Property