FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > SheetView Class : GetRowHeight Method |
To specify the height for a row, use the SetRowHeight method.
Note: The value returned by this 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.
To see the width for a column, use the GetColumnWidth method.
FarPoint.Web.Spread.SheetView sv; int i; sv = FpSpread1.ActiveSheetView; i = sv.GetRowHeight(1); Response.Write("The height of the row is " + i.ToString());
Dim sv As FarPoint.Web.Spread.SheetView Dim i As Integer sv = FpSpread1.ActiveSheetView i = sv.GetRowHeight(1) Response.Write("The height of the row is " & i)
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
GetColumnWidth Method
SetRowHeight Method
DefaultRowHeight Property
Height Property