'Declaration Public Function Contains( _ ByVal index As System.Integer _ ) As System.Boolean
'Usage Dim instance As RangeGroupInfo Dim index As System.Integer Dim value As System.Boolean value = instance.Contains(index)
public System.bool Contains( System.int index )
Parameters
- index
- The index of the group item.
Return Value
true
if the range group contains the specified index; otherwise, false
.