GrapeCity.Xaml.SpreadSheet.Data
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 Integer _
) As Boolean
'Usage
 
Dim instance As RangeGroupInfo
Dim index As Integer
Dim value As Boolean
 
value = instance.Contains(index)
public bool Contains( 
   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 Server 2012, Windows RT

See Also

Reference

RangeGroupInfo Class
RangeGroupInfo Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options