Spread for ASP.NET 12 Product Documentation
ColumnFooterStyleModel Property


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > SheetView Class : ColumnFooterStyleModel Property
Gets or sets the cell types and other style settings for cells in the column footer.
Syntax
'Declaration
 
Public Property ColumnFooterStyleModel As ISheetStyleModel
'Usage
 
Dim instance As SheetView
Dim value As ISheetStyleModel
 
instance.ColumnFooterStyleModel = value
 
value = instance.ColumnFooterStyleModel
public ISheetStyleModel ColumnFooterStyleModel {get; set;}
See Also

Reference

SheetView Class
SheetView Members