Spread ASP.NET 6.0 Product Documentation
BackColor Property
See Also  Send Feedback
FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > FpSpread Class : BackColor Property


Glossary Item Box

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

Visual Basic (Declaration) 
Public Overrides Property BackColor As Color
Visual Basic (Usage)Copy Code
Dim instance As FpSpread
Dim value As Color
 
instance.BackColor = value
 
value = instance.BackColor
C# 
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.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2002-2012 GrapeCity, Inc. All Rights Reserved.