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

SheetViewからアクティブなFpSpreadを取得します。
構文
'Declaration
 
Public Property FpSpread As FpSpread
public FpSpread FpSpread {get; set;}
次のサンプルコードは、シートの親の境界線を変更します。
FpSpread1.Sheets[0].FpSpread.BorderStyle = BorderStyle.Dashed;
FpSpread1.Sheets[0].FpSpread.BorderWidth = 5;
FpSpread1.Sheets(0).FpSpread.BorderStyle = BorderStyle.Dashed
FpSpread1.Sheets(0).FpSpread.BorderWidth = 5
参照

SheetView クラス
SheetView メンバ

 

 


© MESCIUS inc. All rights reserved.