Spread for ASP.NET 12 Product Documentation
DefaultStyle Property (ColumnFooter)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > ColumnFooter Class : DefaultStyle Property
Gets or sets the default style information for the cells in the column footer.
Syntax
'Declaration
 
Public Property DefaultStyle As StyleInfo
'Usage
 
Dim instance As ColumnFooter
Dim value As StyleInfo
 
instance.DefaultStyle = value
 
value = instance.DefaultStyle
public StyleInfo DefaultStyle {get; set;}
See Also

Reference

ColumnFooter Class
ColumnFooter Members