Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / LayoutManager Class / ClearRows Method
An integer value indicates the index of row
An integer value indicates the number of rows to clear


In This Topic
    ClearRows Method
    In This Topic
    Clears the axis settings of rows
    Syntax
    'Declaration
     
    
    Public Sub ClearRows( _
       ByVal row As Integer, _
       ByVal count As Integer _
    ) 
    'Usage
     
    
    Dim instance As LayoutManager
    Dim row As Integer
    Dim count As Integer
     
    instance.ClearRows(row, count)
    public void ClearRows( 
       int row,
       int count
    )

    Parameters

    row
    An integer value indicates the index of row
    count
    An integer value indicates the number of rows to clear
    See Also