'宣言 Public Overloads Function Add( _ ByVal fromRow As DataGridRow, _ ByVal toRow As DataGridRow _ ) As System.Boolean
public System.bool Add( DataGridRow fromRow, DataGridRow toRow )
パラメータ
- fromRow
- 開始行。
- toRow
- 終了行。
'宣言 Public Overloads Function Add( _ ByVal fromRow As DataGridRow, _ ByVal toRow As DataGridRow _ ) As System.Boolean
public System.bool Add( DataGridRow fromRow, DataGridRow toRow )