Spread ASP.NET 6.0 Product Documentation
HeaderDefault Property
See Also  Example Send Feedback
FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > Border Class : HeaderDefault Property


Glossary Item Box

Gets a default border for header cells.

Syntax

Visual Basic (Declaration) 
Public Shared ReadOnly Property HeaderDefault As Border
Visual Basic (Usage)Copy Code
Dim value As Border
 
value = Border.HeaderDefault
C# 
public static Border HeaderDefault {get;}

Property Value

Border object containing the default header border

Example

C#Copy Code
Color c;
c = FpSpread1.ActiveSheetView.ColumnHeader.DefaultStyle.Border.HeaderDefault.BorderColor;
Response.Write(c.ToString());  
Visual BasicCopy Code
Dim c As Color
c = FpSpread1.ActiveSheetView.ColumnHeader.DefaultStyle.Border.HeaderDefault.BorderColor
Response.Write(c.ToString()) 

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.