.
Members
Name | Description | |
---|---|---|
Next | Retrieves the next field group in the enumeration sequence. | |
Reset | Resets the enumeration sequence to the beginning. |
IEnumFieldGroup.Next Method
Retrieves the next field group in the enumeration sequence.
Public Function Next ( _
) As IFieldGroup
public IFieldGroup Next (
);
IEnumFieldGroup.Reset Method
Resets the enumeration sequence to the beginning.
Public Sub Reset ( _
)
public void Reset (
);
Classes that implement IEnumFieldGroup
Classes | Description |
---|