Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / ColumnFooter Class / RowCount Property
Example


In This Topic
    RowCount Property (ColumnFooter)
    In This Topic
    Gets or sets the number of rows in the column footer.
    Syntax
    'Declaration
     
    
    Public Property RowCount As Integer
    'Usage
     
    
    Dim instance As ColumnFooter
    Dim value As Integer
     
    instance.RowCount = value
     
    value = instance.RowCount
    public int RowCount {get; set;}

    Property Value

    Integer number of rows
    Exceptions
    ExceptionDescription
    Specified row count is less than 0 or greater than 256.
    Example
    This example sets up the column footer for the Spread to display different aggregate types.
    See Also