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


In This Topic
    ShowDetail Method
    In This Topic
    Expands a group of cells.
    Syntax
    'Declaration
     
    
    Public Sub ShowDetail( _
       ByVal startIndex As Integer, _
       ByVal endIndex As Integer _
    ) 
    'Usage
     
    
    Dim instance As Outline
    Dim startIndex As Integer
    Dim endIndex As Integer
     
    instance.ShowDetail(startIndex, endIndex)
    public void ShowDetail( 
       int startIndex,
       int endIndex
    )

    Parameters

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