Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / ITableRangeManager Interface / ClearTableFromRange Method
Row index
Column index
Row count
Column count


In This Topic
    ClearTableFromRange Method
    In This Topic
    Clears ITableRange objects from the range.
    Syntax
    'Declaration
     
    
    Sub ClearTableFromRange( _
       ByVal row As Integer, _
       ByVal column As Integer, _
       ByVal rowCount As Integer, _
       ByVal columnCount As Integer _
    ) 
    'Usage
     
    
    Dim instance As ITableRangeManager
    Dim row As Integer
    Dim column As Integer
    Dim rowCount As Integer
    Dim columnCount As Integer
     
    instance.ClearTableFromRange(row, column, rowCount, columnCount)
    void ClearTableFromRange( 
       int row,
       int column,
       int rowCount,
       int columnCount
    )

    Parameters

    row
    Row index
    column
    Column index
    rowCount
    Row count
    columnCount
    Column count
    See Also