Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Outline Class / HideDetail Method
An integer value indicates the start index.
An integer value indicates the end index.


In This Topic
HideDetail Method
In This Topic
Collapses a group of cells.
Syntax
'Declaration
 
Public Sub HideDetail( _
   ByVal startIndex As Integer, _
   ByVal endIndex As Integer _
) 
 
'Usage
 
Dim instance As Outline
Dim startIndex As Integer
Dim endIndex As Integer
 
instance.HideDetail(startIndex, endIndex)

Parameters

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