Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Outline Class / Clear Method
An integer value indicates the start index.
An integer value indicates the end index.


In This Topic
    Clear Method (Outline)
    In This Topic
    Clear the row group outline.
    Syntax
    'Declaration
     
    
    Public Sub Clear( _
       ByVal startIndex As Integer, _
       ByVal endIndex As Integer _
    ) 
    'Usage
     
    
    Dim instance As Outline
    Dim startIndex As Integer
    Dim endIndex As Integer
     
    instance.Clear(startIndex, endIndex)
    public void Clear( 
       int startIndex,
       int endIndex
    )

    Parameters

    startIndex
    An integer value indicates the start index.
    endIndex
    An integer value indicates the end index.
    See Also