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