DefaultStyle Property (ColumnFooter)
In This Topic
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;}
Property Value
StyleInfo object containing the style information
Example
This example sets up the column footer for the Spread to display different aggregate types.
See Also