FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > FpSpread Class : BackgroundImage Property |
'Declaration Public Overrides Property BackgroundImage As Image
'Usage Dim instance As FpSpread Dim value As Image instance.BackgroundImage = value value = instance.BackgroundImage
public override Image BackgroundImage {get; set;}
fpSpread1.BackgroundImage = pictureBox1.Image; fpSpread1.ActiveSheet.DefaultStyle.BackColor = Color.FromArgb(10);
FpSpread1.BackgroundImage = PictureBox1.Image FpSpread1.ActiveSheet.DefaultStyle.BackColor = Color.FromArgb(10)
Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8