'Declaration
Public Function Group( _ 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.Group(startIndex, endIndex)
public bool Group( 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 specified range is grouped, false
otherwise.