Spread for ASP.NET 12 Product Documentation
DefaultStyleName Property (ColumnHeader)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > ColumnHeader Class : DefaultStyleName Property
Gets or sets the name of the default style for the column header.
Syntax
'Declaration
 
Public Property DefaultStyleName As String
'Usage
 
Dim instance As ColumnHeader
Dim value As String
 
instance.DefaultStyleName = value
 
value = instance.DefaultStyleName
public string DefaultStyleName {get; set;}
Exceptions
ExceptionDescription
Specified style (NamedStyle object) could not be found in the collection
See Also

Reference

ColumnHeader Class
ColumnHeader Members