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

ClientAutoSizeプロパティがTrueのときのSpreadの最大高さを取得または設定します。
構文
'Declaration
 
Public Property ClientAutoSizeMaxHeight As Integer
public int ClientAutoSizeMaxHeight {get; set;}
次のサンプルコードは、ClientAutoSizeMaxHeightプロパティを使用します。
FpSpread1.Sheets[0].ColumnCount = 6;
FpSpread1.Sheets[0].RowCount = 12;
FpSpread1.ClientAutoSize = true;
FpSpread1.Sheets[0].PageSize = 12;
FpSpread1.ClientAutoSizeMaxHeight=300;
FpSpread1.ClientAutoSizeMaxWidth = 400;
FpSpread1.Sheets(0).ColumnCount = 6
FpSpread1.Sheets(0).RowCount = 12
FpSpread1.ClientAutoSize = true
FpSpread1.Sheets(0).PageSize = 12
FpSpread1.ClientAutoSizeMaxHeight=300
FpSpread1.ClientAutoSizeMaxWidth = 400
参照

FpSpread クラス
FpSpread メンバ

 

 


© MESCIUS inc. All rights reserved.