Gets the background color of the active sheet in the Spread component. To change the background color, please use the BackColor property of the SheetView class.
Syntax
'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;}
See Also