public StyleInfo()
'Declaration Public Function New()
'使用法 Dim instance As New StyleInfo()
FarPoint.Win.Spread.StyleInfo si = new FarPoint.Win.Spread.StyleInfo; si.BackColor = Color.Yellow; fpSpread1.ActiveSheet.DefaultStyle = si;
Dim si As New FarPoint.Win.Spread.StyleInfo si.BackColor = Color.Yellow FpSpread1.ActiveSheet.DefaultStyle = si
StyleInfo クラス StyleInfo メンバ オーバーロード一覧
© 2004-2015, GrapeCity inc. All rights reserved.