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