バージョン

UnboundColumn コンストラクタ(String,String,String,String,String)

グリッド UnboundColumn コンストラクター
シンタックス
'宣言
 
Public Function New( _
   ByVal headerText As System.String, _
   ByVal key As System.String, _
   ByVal dataType As System.String, _
   ByVal width As System.String, _
   ByVal formatter As System.String _
)
public UnboundColumn( 
   System.string headerText,
   System.string key,
   System.string dataType,
   System.string width,
   System.string formatter
)

パラメータ

headerText
列名
key
列キー
dataType
列の型
width
列幅
formatter
フォーマター
参照

オンラインで表示: GitHub