FarPoint.Web.Spread 名前空間 > StyleInfo クラス > StyleInfo コンストラクタ : StyleInfo コンストラクタ(String) |
'Declaration
Public Function New( _ ByVal parentName As String _ )
public StyleInfo( string parentName )
FarPoint.Web.Spread.StyleInfo si = new FarPoint.Web.Spread.StyleInfo("HeaderDefault"); si.Border = new FarPoint.Web.Spread.Border(BorderStyle.Dotted, Color.Red); FpSpread1.ActiveSheetView..ColumnHeader.DefaultStyle = si;
Dim si As New FarPoint.Web.Spread.StyleInfo("HeaderDefault") si.Border = New FarPoint.Web.Spread.Border(BorderStyle.Dotted, Color.Red) FpSpread1.ActiveSheetView.ColumnHeader.DefaultStyle = si