'宣言 Public Overloads Function Add( _ ByVal expression As System.String _ ) As SortExpression
'使用法 Dim instance As SortExpressionCollection Dim expression As System.String Dim value As SortExpression value = instance.Add(expression)
public SortExpression Add( System.string expression )
パラメータ
- expression
- The sort expression text.
戻り値の型
The SortExpression object that was created and added to the current collection.