Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / SheetView Class / ColumnFooterStyleModel Property
Example


In This Topic
    ColumnFooterStyleModel Property
    In This Topic
    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;}
    Example
    This example sets the models for a column footer.
    See Also