'Declaration Public Function New( _ ByVal fieldName As System.String, _ ByVal isAscending As System.Boolean _ )
public CustomFieldGroup( System.string fieldName, System.bool isAscending )
Parameters
- fieldName
- the field's name.
- isAscending
- if set to
true
[is ascending].