列を塗りつぶします。

Namespace: YiaoWang.Vender.Office
Assembly: YiaoWang.Vender.Office (YiaoWang.Vender.Office.dll 内) バージョン: 2.11.5.7 (2.11.5.7)

Syntax

C#
public void Paint(
	int colNo,
	int color
)
Visual Basic
Public Sub Paint ( _
	colNo As Integer, _
	color As Integer _
)

Parameters

colNo
Type: System..::..Int32
列番号。(1から開始)
color
Type: System..::..Int32
列の色。(YWOfficeColors)

Remarks

Exceptions

ExceptionCondition
System..::..ArgumentOutOfRangeException列番号が使用可能範囲外です。

See Also