Spread ASP.NET 16
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / ColumnFooter Class / Height Property
Example


In This Topic
    Height Property (ColumnFooter)
    In This Topic
    Gets or sets the height of the column footer.
    Syntax
    'Declaration
     
    Public Property Height As Integer
    'Usage
     
    Dim instance As ColumnFooter
    Dim value As Integer
     
    instance.Height = value
     
    value = instance.Height
    public int Height {get; set;}
    Example
    This example sets up the column footer for the Spread to display different aggregate types.
    See Also