PowerTools SPREAD for Windows Forms 8.0J
IsFixedSize プロパティ (SheetViewCollection)


コレクションが固定サイズであるかどうかを判定します (この実装は常にFalseを返します)。
構文
'Declaration
 
Public ReadOnly Property IsFixedSize As Boolean
'使用法
 
Dim instance As SheetViewCollection
Dim value As Boolean
 
value = instance.IsFixedSize
public bool IsFixedSize {get;}

プロパティ値

Boolean:シートの数が固定されている場合は True、それ以外の場合は False常にFalse
次のサンプル コードは、指定した位置からシートを移動します。
fpSpread1.Sheets.Count = 5; 
FarPoint.Win.Spread.SheetViewCollection sheet; 
sheet = fpSpread1.Sheets; 
sheet.Move(0, 2);
FpSpread1.Sheets.Count = 5
Dim sheet As FarPoint.Win.Spread.SheetViewCollection
sheet = FpSpread1.Sheets
sheet.Move(0, 2)
参照

SheetViewCollection クラス
SheetViewCollection メンバ

 

 


© 2004-2015, GrapeCity inc. All rights reserved.