IFieldGroup Interface

.

Description

Provides access to members that describes a field group.

Members

Name Description
Read-only property FieldCount The number of fields in this field group.
Read-only property FieldName The name of the field at the specified index in this field group.
Read-only property FieldNames An enumerator over the names of the fields in this field group.
Read-only property IndexInGroup The index of the field with specified name in this field group.
Read-only property IsEditingRestrictive The restrictive editing flag of this field group.
Read-only property Name The name of this field group.

IFieldGroup.FieldCount Property

The number of fields in this field group.

Public ReadOnly Property FieldCount As Integer
public int FieldCount {get;}

IFieldGroup.FieldName Property

The name of the field at the specified index in this field group.

Public Function get_FieldName ( _
    ByVal IndexInGroup As Integer _
) As String
public string get_FieldName (
    int IndexInGroup
);

IFieldGroup.FieldNames Property

An enumerator over the names of the fields in this field group.

Public ReadOnly Property FieldNames As IEnumBSTR
public IEnumBSTR FieldNames {get;}

IFieldGroup.IndexInGroup Property

The index of the field with specified name in this field group.

Public Function get_IndexInGroup ( _
    ByVal FieldName As String _
) As Integer
public int get_IndexInGroup (
    string FieldName
);

IFieldGroup.IsEditingRestrictive Property

The restrictive editing flag of this field group.

Public ReadOnly Property IsEditingRestrictive As Boolean
public bool IsEditingRestrictive {get;}

IFieldGroup.Name Property

The name of this field group.

Public ReadOnly Property Name As String
public string Name {get;}

Classes that implement IFieldGroup

Classes Description
FieldGroup Provides access to standard operations on field group objects.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.