PrintDocument for WinForms
Add(String) メソッド


C1.PrintDocument.6 アセンブリ > C1.C1Preview.DataBinding 名前空間 > ExpressionCollection クラス > Add メソッド : Add(String) メソッド
The text of the expression to add.
Creates an Expression specified by its text, and adds it to the current collection.
シンタックス
'宣言
 
Public Overloads Function Add( _
   ByVal expression As System.String _
) As Expression
'使用法
 
Dim instance As ExpressionCollection
Dim expression As System.String
Dim value As Expression
 
value = instance.Add(expression)
public Expression Add( 
   System.string expression
)

パラメータ

expression
The text of the expression to add.

戻り値の型

The index of the added Expression in the current collection.
参照

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