FarPoint.Win.SpreadJ アセンブリ > FarPoint.Win.Spread 名前空間 > StyleInfo クラス > StyleInfo コンストラクタ : StyleInfo コンストラクタ(String) |
'Declaration
Public Function New( _ ByVal parentName As String _ )
public StyleInfo( string parentName )
FarPoint.Win.Spread.StyleInfo si = new FarPoint.Win.Spread.StyleInfo("StyleHeaders"); si.BackColor = Color.Yellow; fpSpread1.ActiveSheet.ColumnHeader.DefaultStyle = si;
Dim si As New FarPoint.Win.Spread.StyleInfo("StyleHeaders") si.BackColor = Color.Yellow FpSpread1.ActiveSheet.ColumnHeader.DefaultStyle = si