Spread Silverlight Documentation
Contains Method (RangeGroupInfo)


The index of the group item.
Compares this instance to a specified RangeGroupInfo object and returns an indication of their relative values.
Syntax
'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.
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

RangeGroupInfo Class
RangeGroupInfo Members

 

 


Copyright © GrapeCity, inc. All rights reserved.