OLAP for WPF /Silverlight
GetPageBreaks メソッド

C1.WPF.FlexGrid.4.5.2 アセンブリ > C1.WPF.FlexGrid 名前空間 > C1FlexGrid クラス : GetPageBreaks メソッド
ページの生成に使用する行区切りと列区切りのリストを作成します。
シンタックス
'宣言
 
Protected Sub GetPageBreaks( _
   ByVal printRange As CellRange, _
   ByVal scaleMode As ScaleMode, _
   ByVal pageSize As System.Windows.Size, _
   ByVal rowBreaks As System.Collections.Generic.List(Of Integer), _
   ByVal colBreaks As System.Collections.Generic.List(Of Integer) _
) 
protected void GetPageBreaks( 
   CellRange printRange,
   ScaleMode scaleMode,
   System.Windows.Size pageSize,
   System.Collections.Generic.List<int> rowBreaks,
   System.Collections.Generic.List<int> colBreaks
)

パラメータ

printRange
scaleMode
pageSize
rowBreaks
colBreaks
参照

C1FlexGrid クラス
C1FlexGrid メンバ