FarPoint.Web.Spread 名前空間 > StyleInfo クラス > StyleInfo コンストラクタ : StyleInfo コンストラクタ() |
FarPoint.Web.Spread.StyleInfo si = new FarPoint.Web.Spread.StyleInfo(); si.Border = new FarPoint.Web.Spread.Border(BorderStyle.Dotted, Color.Red); FpSpread1.ActiveSheetView.DefaultStyle = si;
Dim si As New FarPoint.Web.Spread.StyleInfo si.Border = New FarPoint.Web.Spread.Border(BorderStyle.Dotted, Color.Red) FpSpread1.ActiveSheetView.DefaultStyle = si