行のタイトルの設定をします。
Namespace: YiaoWang.Vender.OfficeAssembly: YiaoWang.Vender.Office (YiaoWang.Vender.Office.dll 内) バージョン: 2.11.5.7 (2.11.5.7)
Syntax
C# |
---|
public void SetPrintTitleRows( int startRowNo, int endRowNo ) |
Visual Basic |
---|
Public Sub SetPrintTitleRows ( _ startRowNo As Integer, _ endRowNo As Integer _ ) |
Parameters
- startRowNo
- Type: System..::..Int32
開始行番号。(1から開始)
- endRowNo
- Type: System..::..Int32
終了行番号。(1から開始)
Remarks
Exceptions
Exception | Condition |
---|---|
System..::..ArgumentOutOfRangeException | 行番号が使用可能範囲外です。 |