PrintDocument for WinForms
Add(String) メソッド


C1.PrintDocument.6 アセンブリ > C1.C1Preview.DataBinding 名前空間 > SortExpressionCollection クラス > Add メソッド : Add(String) メソッド
The sort expression text.
Adds an ascending SortExpression specified by the expression text to the current collection.
シンタックス
'宣言
 
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.
参照

SortExpressionCollection クラス
SortExpressionCollection メンバ
オーバーロード一覧