'Declaration Function IsGroup( _ ByVal row As Integer _ ) As Boolean
'Declaration
Function IsGroup( _ ByVal row As Integer _ ) As Boolean
'Usage Dim instance As IGroupSupport2 Dim row As Integer Dim value As Boolean value = instance.IsGroup(row)
'Usage
Dim instance As IGroupSupport2 Dim row As Integer Dim value As Boolean value = instance.IsGroup(row)
bool IsGroup( int row )
IGroupSupport2 Interface IGroupSupport2 Members