Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / ITableRange Interface / OnAddRows Method


In This Topic
    OnAddRows Method (ITableRange)
    In This Topic
    Internal use only
    Syntax
    'Declaration
     
    
    Sub OnAddRows( _
       ByVal sheetRowIndex As Integer, _
       ByVal rowCount As Integer _
    ) 
    'Usage
     
    
    Dim instance As ITableRange
    Dim sheetRowIndex As Integer
    Dim rowCount As Integer
     
    instance.OnAddRows(sheetRowIndex, rowCount)
    void OnAddRows( 
       int sheetRowIndex,
       int rowCount
    )

    Parameters

    sheetRowIndex
    rowCount
    See Also