このワークシートの印刷タイトルとして使用する行と列の範囲を指定します。(印刷タイトルは、シートの印刷時に各ページの上に繰り返し出力される行と左に繰り返し出力される列です。)
シンタックス
'宣言
Public Sub SetRangeToRepeat( _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Integer _
)
public void SetRangeToRepeat(
System.int ,
System.int ,
System.int ,
System.int
)
パラメータ
- rowFrom
- (上部に繰り返し出力される)最初のタイトル行のインデックス。
- rowTo
- (上部に繰り返し出力される)最後のタイトル行のインデックス。
- colFrom
- (左側に繰り返し出力される)最初のタイトル列のインデックス。
- colTo
- (左側に繰り返し出力される)最後のタイトル列のインデックス。
参照