MESCIUS SPREAD for Windows Forms 17.0J
SheetSkin コンストラクタ(SheetSkin)

コピー元のSheetSkin、DefaultSkins.Defaultからコピーする場合はNull
新しいスキンを作成し、ソースのスキンからプロパティの値をコピーします。
構文
'Declaration
 
Public Function New( _
   ByVal source As SheetSkin _
)
public SheetSkin( 
   SheetSkin source
)

パラメータ

source
コピー元のSheetSkin、DefaultSkins.Defaultからコピーする場合はNull
次のサンプル コードは、新しいスキンを作成して SPREADのシートに適用します。
FarPoint.Win.Spread.SheetSkin sk = new FarPoint.Win.Spread.SheetSkin("TestSkin", Color.BlanchedAlmond, Color.Blue, Color.Wheat,
Color.Gray, FarPoint.Win.Spread.GridLines.Both, Color.DarkBlue, Color.LightBlue, Color.AliceBlue, Color.Yellow, Color.White,
Color.Blue, false, false, true, true, true);

FarPoint.Win.Spread.SheetSkin testskin = new FarPoint.Win.Spread.SheetSkin(sk);
testskin.Apply(fpSpread1);
Dim sk As New FarPoint.Win.Spread.SheetSkin("TestSkin", Color.BlanchedAlmond, Color.Blue, Color.Wheat, Color.Gray, FarPoint.Win.Spread.GridLines.Both,
Color.DarkBlue, Color.LightBlue, Color.AliceBlue, Color.Yellow, Color.White, Color.Blue, False, False, True, True, True)

Dim testskin As New FarPoint.Win.Spread.SheetSkin(sk)
testskin.Apply(FpSpread1)
参照

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

 

 


© MESCIUS inc. All rights reserved.