PowerTools SPREAD for ASP.NET 8.0J
Left プロパティ (Inset)

左側の罫線またはマージンのインセットを取得または設定します(ピクセル単位)。
構文
'Declaration
 
Public Property Left As Integer
public int Left {get; set;}

プロパティ値

ピクセル数を表すInteger
この例では、指定したセルのインセットを設定します。
FarPoint.Web.Spread.Inset inset = New FarPoint.Web.Spread.Inset(); 
inset.Left = 35; 
inset.Top = 5; 
inset.Right = 5; 
inset.Bottom = 35; 
FpSpread1.ActiveSheetView.Cells(0, 0).Margin = inset; 
Dim inset As New FarPoint.Web.Spread.Inset
inset.Left = 35
inset.Top = 5
inset.Right = 5
inset.Bottom = 35
FpSpread1.ActiveSheetView.Cells(0, 0).Margin = inset
参照

Inset クラス
Inset メンバ

 

 


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