'宣言 Public Overloads Function Add( _ ByVal fromCell As DataGridCell, _ ByVal toCell As DataGridCell _ ) As System.Boolean
public System.bool Add( DataGridCell fromCell, DataGridCell toCell )
パラメータ
- fromCell
- 開始セル。
- toCell
- 終了セル。
'宣言 Public Overloads Function Add( _ ByVal fromCell As DataGridCell, _ ByVal toCell As DataGridCell _ ) As System.Boolean
public System.bool Add( DataGridCell fromCell, DataGridCell toCell )