'宣言 Public Overloads Sub Refresh( _ ByVal rowType As GridRowColType, _ Optional ByVal row As System.Integer _ )
public void Refresh( GridRowColType rowType, System.int row )
パラメータ
- rowType
- 更新する行のタイプ。
- row
- 更新する行のインデックス。
-1
が設定された場合は、すべてのセルが更新されます。
-1
が設定された場合は、すべてのセルが更新されます。
'宣言 Public Overloads Sub Refresh( _ ByVal rowType As GridRowColType, _ Optional ByVal row As System.Integer _ )
public void Refresh( GridRowColType rowType, System.int row )
-1
が設定された場合は、すべてのセルが更新されます。