Spread for ASP.NET 11 Product Documentation
BackColor Property (FpSpread)
Example 


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > FpSpread Class : BackColor Property
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;}

Property Value

Color object containing the color of the background of the selected sheet of the component.
Remarks

To change the background color, please use the BackColor property of the SheetView class.

This property is available at run time only.

Example
This example gets the BackColor property.
ListBox1.Items.Add(FpSpread1.BackColor.ToString());
ListBox1.Items.Add(FpSpread1.BackColor.ToString())
See Also

Reference

FpSpread Class
FpSpread Members
BackColor Property (SheetView Class)

User-Task Documentation

Customizing the Colors of a Cell