Spread Windows Forms 17
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, _
       Optional ByVal clearOutline As Boolean _
    ) 
    'Usage
     
    
    Dim instance As LayoutManager
    Dim row As Integer
    Dim count As Integer
    Dim clearOutline As Boolean
     
    instance.ClearRows(row, count, clearOutline)
    public void ClearRows( 
       int row,
       int count,
       bool clearOutline
    )

    Parameters

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