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


In This Topic
    ColumnFooterHeight Property
    In This Topic
    Gets or sets the column footer height.
    Syntax
    'Declaration
     
    
    Public Property ColumnFooterHeight As Integer
    'Usage
     
    
    Dim instance As SheetView
    Dim value As Integer
     
    instance.ColumnFooterHeight = value
     
    value = instance.ColumnFooterHeight
    public int ColumnFooterHeight {get; set;}
    Example
    This example sets the models for a column footer.
    See Also