MESCIUS SPREAD for ASP.NET 10.0J
CurrentPage プロパティ

現在のページを取得または設定します。
構文
'Declaration
 
Public Property CurrentPage As Integer
public int CurrentPage {get; set;}

プロパティ値

ページの数を表すInteger
次のサンプルコードは、現在のページを設定します。
FpSpread1.Sheets[0].RowCount = 20;
FpSpread1.Sheets[0].PageSize = 5;
FpSpread1.CurrentPage = 2;  
FpSpread1.Sheets(0).RowCount = 20
FpSpread1.Sheets(0).PageSize = 5
FpSpread1.CurrentPage = 2 
参照

FpSpread クラス
FpSpread メンバ

開発者の手引き

ページングの概要
ページナビゲーション

 

 


© MESCIUS inc. All rights reserved.