'宣言 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 value that specifies the elements to clear.
- topRow
- Top row in the range.
- leftCol
- Left column in the range.
- bottomRow
- Bottom row in the range.
- rightCol
- Right column in the range.