'Usage Dim instance As RangeGroupInfo Dim index As Integer Dim value As Boolean value = instance.Contains(index)
Parameters
- index
- The index of the group item.
Return Value
true
if the range group contains the specified index; otherwise, false
.'Usage Dim instance As RangeGroupInfo Dim index As Integer Dim value As Boolean value = instance.Contains(index)
true
if the range group contains the specified index; otherwise, false
.