public void ResetNoteIndicatorColor()
'Declaration Public Sub ResetNoteIndicatorColor()
'Declaration
Public Sub ResetNoteIndicatorColor()
'使用法 Dim instance As AlternatingRow instance.ResetNoteIndicatorColor()
'使用法
Dim instance As AlternatingRow instance.ResetNoteIndicatorColor()
次のサンプルコードでは、このメソッドを使用して、最初の行のセルメモインジケータの色をリセットしています。
FarPoint.Win.Spread.row r; r=fpSpread1.ActiveSheet.Rows[0]; r.ResetNoteIndicatorColor();
Dim r As FarPoint.Win.Spread.Row r=FpSpread1.ActiveSheet.Rows(0) r.ResetNoteIndicatorColor()
AlternatingRow クラス AlternatingRow メンバ
© 2004-2017, GrapeCity inc. All rights reserved.