'宣言 Public Overloads Sub Clear( _ ByVal clearFlags As ClearFlags, _ ByVal topRow As System.Integer, _ ByVal leftCol As System.Integer, _ ByVal bottomRow As System.Integer, _ ByVal rightCol As System.Integer _ )
public void Clear( ClearFlags clearFlags, System.int topRow, System.int leftCol, System.int bottomRow, System.int rightCol )
パラメータ
- clearFlags
- クリアする要素を指定する ClearFlags値。
- topRow
- 範囲内の上端の行。
- leftCol
- 範囲内の左端の列。
- bottomRow
- 範囲内の下端の行。
- rightCol
- 範囲内の右端の列。