印刷範囲の設定をします。

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

Syntax

C#
public void SetPrintArea(
	int startRowNo,
	int startColNo,
	int endRowNo,
	int endColNo
)
Visual Basic
Public Sub SetPrintArea ( _
	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

ExceptionCondition
System..::..ArgumentOutOfRangeException行番号、もしくは、列番号が使用可能範囲外です。

See Also