行を塗りつぶします。
Namespace: YiaoWang.Vender.OfficeAssembly: YiaoWang.Vender.Office (YiaoWang.Vender.Office.dll 内) バージョン: 2.11.5.7 (2.11.5.7)
Syntax
C# |
---|
public void Paint( int rowNo, int color ) |
Visual Basic |
---|
Public Sub Paint ( _ rowNo As Integer, _ color As Integer _ ) |
Parameters
- rowNo
- Type: System..::..Int32
行番号。(1から開始)
- color
- Type: System..::..Int32
行の色。(YWOfficeColors)
Remarks
Exceptions
Exception | Condition |
---|---|
System..::..ArgumentOutOfRangeException | 行番号が使用可能範囲外です。 |