FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > FpSpread Class : BackColor Property |
'Declaration Public Overrides Property BackColor As Color
'Usage Dim instance As FpSpread Dim value As Color instance.BackColor = value value = instance.BackColor
public override Color BackColor {get; set;}
To change the background color, please use the BackColor property of the SheetView class.
This property is available at run time only.
ListBox1.Items.Add(FpSpread1.BackColor.ToString());
ListBox1.Items.Add(FpSpread1.BackColor.ToString())
Target Platforms: Windows 7, Windows 8, Windows 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional
FpSpread Class
FpSpread Members
BackColor Property (SheetView Class)