SetGroupRange Method (IPropertyManagerPage)
Obsolete. Not superseded.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function SetGroupRange( _
ByVal FirstGroupId As System.Integer, _
ByVal FirstCheckId As System.Integer, _
ByVal GroupCount As System.Integer _
) As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As IPropertyManagerPage
Dim FirstGroupId As System.Integer
Dim FirstCheckId As System.Integer
Dim GroupCount As System.Integer
Dim value As System.Integer
value = instance.SetGroupRange(FirstGroupId, FirstCheckId, GroupCount) |
Parameters
- FirstGroupId
-
- FirstCheckId
-
- GroupCount
-
See Also