public StyleInfo( string parentName )
'Declaration Public Function New( _ ByVal parentName As String _ )
'使用法 Dim parentName As String Dim instance As New StyleInfo(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
StyleInfo クラス StyleInfo メンバ オーバーロード一覧
© 2004-2015, GrapeCity inc. All rights reserved.