指定範囲の書式をクリアします。
Namespace: YiaoWang.Vender.OfficeAssembly: YiaoWang.Vender.Office (YiaoWang.Vender.Office.dll 内) バージョン: 2.11.5.7 (2.11.5.7)
Syntax
C# |
---|
public void Clear(
int startRowNo,
int startColNo,
int endRowNo,
int endColNo
) |
Visual Basic |
---|
Public Sub Clear ( _
startRowNo As Integer, _
startColNo As Integer, _
endRowNo As Integer, _
endColNo As Integer _
) |
Parameters
- startRowNo
- Type: System..::..Int32
開始行番号。(1から開始)
- startColNo
- Type: System..::..Int32
開始列番号。(1から開始)
- endRowNo
- Type: System..::..Int32
終了行番号。(1から開始)
- endColNo
- Type: System..::..Int32
終了列番号。(1から開始)
Remarks
Exceptions
Exception | Condition |
---|
System..::..ArgumentOutOfRangeException | 行番号、もしくは、列番号が使用可能範囲外です。 |
See Also