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 Vista, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6
SheetView Class
SheetView Members
GetRowHeight Method
SetColumnWidth Method
DefaultRowHeight Method
Height Property