Expands a group of cells.
public void ShowDetail(
int ,
int
)
'Declaration
Public Sub ShowDetail( _
ByVal As Integer, _
ByVal As Integer _
)
'Usage
Dim instance As Outline
Dim startIndex As Integer
Dim endIndex As Integer
instance.ShowDetail(startIndex, endIndex)
Parameters
- startIndex
- An integer value indicates the start index.
- endIndex
- An integer value indicates the end index.