Gets or sets the name of the default style for the column footer.
            
            
            This example sets the default style name for a column footer.
            
             
    
	
	    
	    FarPoint.Web.Spread.NamedStyle mnstyle = new FarPoint.Web.Spread.NamedStyle();
mnstyle.Name = "fpstyle";
mnstyle.BackColor = Color.Yellow;
FpSpread1.NamedStyles.Add(mnstyle);
FpSpread1.ActiveSheetView.ColumnFooter.DefaultStyleName = mnstyle.Name;
 
	 
 
    
	
	    
	    FarPoint.Web.Spread.NamedStyle mnstyle = new FarPoint.Web.Spread.NamedStyle();
mnstyle.Name = "fpstyle";
mnstyle.BackColor = Color.Yellow;
FpSpread1.NamedStyles.Add(mnstyle);
FpSpread1.ActiveSheetView.ColumnFooter.DefaultStyleName = mnstyle.Name;
 
	 
 
 
            
            Target Platforms: Windows 7, Windows 8, Windows Vista, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6