FlexPivot for WinForms
SetDataBinding(Object,String,Boolean) メソッド

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 > C1FlexGridBase クラス > SetDataBinding メソッド : SetDataBinding(Object,String,Boolean) メソッド
The new data source object.
The table to bind to within the data source object.
Whether the current column layout should be preserved or re-generated automatically based on the data source schema.
Sets the DataSource and DataMember properties, optionally keeping the current column layout.
シンタックス
'宣言
 
Public Overloads Sub SetDataBinding( _
   ByVal dataSource As System.Object, _
   ByVal dataMember As System.String, _
   ByVal preserveLayout As System.Boolean _
) 
public void SetDataBinding( 
   System.object dataSource,
   System.string dataMember,
   System.bool preserveLayout
)

パラメータ

dataSource
The new data source object.
dataMember
The table to bind to within the data source object.
preserveLayout
Whether the current column layout should be preserved or re-generated automatically based on the data source schema.
参照

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