Visual Basic (Declaration) | |
---|---|
Public Shared ReadOnly Property HeaderDefault As Border |
C# | |
---|---|
public static Border HeaderDefault {get;} |
Property Value
Border object containing the default header borderC# | Copy Code |
---|---|
Color c; c = FpSpread1.ActiveSheetView.ColumnHeader.DefaultStyle.Border.HeaderDefault.BorderColor; Response.Write(c.ToString()); |
Visual Basic | Copy Code |
---|---|
Dim c As Color c = FpSpread1.ActiveSheetView.ColumnHeader.DefaultStyle.Border.HeaderDefault.BorderColor Response.Write(c.ToString()) |
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