PowerTools SPREAD for Windows Forms 8.0J
SliderCellType コンストラクタ()


新しいスライダ型セルをデフォルトの設定で作成します。
構文
'Declaration
 
Public Function New()
'使用法
 
Dim instance As New SliderCellType()
public SliderCellType()
次のサンプルコードは、この型のセルを作成し、このセル型のプロパティを設定して、このセル型をセルに割り当てます。
FarPoint.Win.Spread.CellType.SliderCellType slider = new FarPoint.Win.Spread.CellType.SliderCellType();
slider.BackgroundImage = new FarPoint.Win.Picture(Image.FromFile("..\\images\\fplogo.jpg"));
fpSpread1.ActiveSheet.Cells[0, 0].CellType = slider;
Dim slider As New FarPoint.Win.Spread.CellType.SliderCellType()
slider.BackgroundImage = New FarPoint.Win.Picture(Image.FromFile("..\images\fplogo.jpg"))
FpSpread1.ActiveSheet.Cells(0, 0).CellType = slider
参照

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

 

 


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