ページの生成に使用する行区切りと列区切りのリストを作成します。
シンタックス
'宣言
Protected Sub GetPageBreaks( _
ByVal As CellRange, _
ByVal As ScaleMode, _
ByVal As System.Windows.Size, _
ByVal As System.Collections.Generic.List(Of Integer), _
ByVal As System.Collections.Generic.List(Of Integer) _
)
protected void GetPageBreaks(
CellRange ,
ScaleMode ,
System.Windows.Size ,
System.Collections.Generic.List<int> ,
System.Collections.Generic.List<int>
)
パラメータ
- printRange
- scaleMode
- pageSize
- rowBreaks
- colBreaks
参照