行を挿入します。

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

Syntax

C#
public void Insert(
	int rowNo
)
Visual Basic
Public Sub Insert ( _
	rowNo As Integer _
)

Parameters

rowNo
Type: System..::..Int32
行番号。(1から開始)

Remarks

Exceptions

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

See Also