FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > TitleInfo Class : Height Property |
FpSpread1.Sheets[0].TitleInfo.Text = "This is sheet 1"; FpSpread1.Sheets[0].TitleInfo.Background.BackGroundImageUrl = FarPoint.Web.Spread.Background.DEFAULTGRADIENTMASKIMAGE; FpSpread1.Sheets[0].TitleInfo.BackColor = Drawing.Color.Coral; FpSpread1.Sheets[0].TitleInfo.Border = new FarPoint.Web.Spread.Border(System.Web.UI.WebControls.BorderStyle.Double, Drawing.Color.DarkKhaki, 2); FpSpread1.Sheets[0].TitleInfo.CellType = new FarPoint.Web.Spread.GeneralCellType(); FpSpread1.Sheets[0].TitleInfo.Font.Bold = true; FpSpread1.Sheets[0].TitleInfo.ForeColor = Drawing.Color.DarkKhaki; FpSpread1.Sheets[0].TitleInfo.Height = 20; FpSpread1.Sheets[0].TitleInfo.HorizontalAlign = HorizontalAlign.Center; FpSpread1.Sheets[0].TitleInfo.Margin = new FarPoint.Web.Spread.Inset(10, 10, 10, 10); FpSpread1.Sheets[0].TitleInfo.VerticalAlign = VerticalAlign.Middle;
FpSpread1.Sheets(0).TitleInfo.Text = "This is sheet 1" FpSpread1.Sheets(0).TitleInfo.Background.BackGroundImageUrl = FarPoint.Web.Spread.Background.DEFAULTGRADIENTMASKIMAGE FpSpread1.Sheets(0).TitleInfo.BackColor = Drawing.Color.Coral FpSpread1.Sheets(0).TitleInfo.Border = New FarPoint.Web.Spread.Border(System.Web.UI.WebControls.BorderStyle.Double, Drawing.Color.DarkKhaki, 2) FpSpread1.Sheets(0).TitleInfo.CellType = New FarPoint.Web.Spread.GeneralCellType FpSpread1.Sheets(0).TitleInfo.Font.Bold = True FpSpread1.Sheets(0).TitleInfo.ForeColor = Drawing.Color.DarkKhaki FpSpread1.Sheets(0).TitleInfo.Height = 20 FpSpread1.Sheets(0).TitleInfo.HorizontalAlign = HorizontalAlign.Center FpSpread1.Sheets(0).TitleInfo.Margin = New FarPoint.Web.Spread.Inset(10, 10, 10, 10) FpSpread1.Sheets(0).TitleInfo.VerticalAlign = VerticalAlign.Middle
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