FarPoint.Web.Spread 名前空間 > Inset クラス : Left プロパティ |
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