Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / OnAddRows Method
Row index
Number of rows


In This Topic
    OnAddRows Method (SheetView)
    In This Topic
    Occurs when rows are added.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnAddRows( _
       ByVal row As Integer, _
       ByVal count As Integer _
    ) 
    'Usage
     
    
    Dim instance As SheetView
    Dim row As Integer
    Dim count As Integer
     
    instance.OnAddRows(row, count)
    protected virtual void OnAddRows( 
       int row,
       int count
    )

    Parameters

    row
    Row index
    count
    Number of rows
    See Also