DioDocs for Excel
GetPaginationInfo(IWorksheet,PaginationOrientation) メソッド

DS.Documents.Excel アセンブリ > GrapeCity.Documents.Excel 名前空間 > PrintManager クラス > GetPaginationInfo メソッド : GetPaginationInfo(IWorksheet,PaginationOrientation) メソッド
ワークシートのオブジェクト。
改ページの方向。
垂直または水平改ページのページ境界を表す行または列のインデックスの配列を返します。改ページは、現在のワークシートのPageSetupの設定に基づいています。
シンタックス
'宣言
 
Public Overloads Function GetPaginationInfo( _
   ByVal worksheet As IWorksheet, _
   ByVal orientation As PaginationOrientation _
) As System.Collections.Generic.IList(Of Integer)
public System.Collections.Generic.IList<int> GetPaginationInfo( 
   IWorksheet worksheet,
   PaginationOrientation orientation
)

パラメータ

worksheet
ワークシートのオブジェクト。
orientation
改ページの方向。
参照

PrintManager クラス
PrintManager メンバ
オーバーロード一覧