Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / ITableRange Interface / OnRemoveRows Method


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

    Parameters

    sheetRowIndex
    rowCount
    See Also