'宣言 Public Function New( _ ByVal fieldName As System.String, _ ByVal isAscending As System.Boolean _ )
public CustomFieldGroup( System.string fieldName, System.bool isAscending )
パラメータ
- fieldName
- フィールドの名前。
- isAscending
true
に設定すると、昇順になります。
true
に設定すると、昇順になります。
'宣言 Public Function New( _ ByVal fieldName As System.String, _ ByVal isAscending As System.Boolean _ )
public CustomFieldGroup( System.string fieldName, System.bool isAscending )
true
に設定すると、昇順になります。