Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Storages Namespace / MergedCellStorage Class / RemoveRows Method


In This Topic
    RemoveRows Method (MergedCellStorage)
    In This Topic
    Remove specified amout of rows at specified index
    Syntax
    'Declaration
     
    
    Public Function RemoveRows( _
       ByVal index As Integer, _
       ByVal rowCount As Integer, _
       ByVal acceptSingleCell As Boolean _
    ) As Boolean
    'Usage
     
    
    Dim instance As MergedCellStorage
    Dim index As Integer
    Dim rowCount As Integer
    Dim acceptSingleCell As Boolean
    Dim value As Boolean
     
    value = instance.RemoveRows(index, rowCount, acceptSingleCell)
    public bool RemoveRows( 
       int index,
       int rowCount,
       bool acceptSingleCell
    )

    Parameters

    index
    rowCount
    acceptSingleCell
    See Also