Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / SheetView Class / OnRemoveColumnFooterRows Method
Row index at which to start
Number of rows to remove


In This Topic
    OnRemoveColumnFooterRows Method
    In This Topic
    Processes the removal of rows from the column header.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnRemoveColumnFooterRows( _
       ByVal row As Integer, _
       ByVal count As Integer _
    ) 
    'Usage
     
    
    Dim instance As SheetView
    Dim row As Integer
    Dim count As Integer
     
    instance.OnRemoveColumnFooterRows(row, count)
    protected virtual void OnRemoveColumnFooterRows( 
       int row,
       int count
    )

    Parameters

    row
    Row index at which to start
    count
    Number of rows to remove
    See Also