FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > Row Class : Height Property |
FarPoint.Web.Spread.Row r; r = FpSpread1.ActiveSheetView.Rows[0]; r.Height = 60;
Dim r As FarPoint.Web.Spread.Row r = FpSpread1.ActiveSheetView.Rows(0) r.Height = 60
Target Platforms: Windows 7, Windows 8, Windows 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional