'Declaration
Public Function Ungroup( _ ByVal startIndex As Integer, _ ByVal endIndex As Integer _ ) As Boolean
'Usage
Dim instance As Outline Dim startIndex As Integer Dim endIndex As Integer Dim value As Boolean value = instance.Ungroup(startIndex, endIndex)
public bool Ungroup( int startIndex, int endIndex )
Parameters
- startIndex
- An integer value indicates the start index.
- endIndex
- An integer value indicates the end index.
Return Value
true
if the state is changed, false
otherwise.