FarPoint.Win.SpreadJ アセンブリ > FarPoint.Win.Spread 名前空間 > Row クラス : ResetNoteIndicatorColor メソッド |
'Declaration Public Sub ResetNoteIndicatorColor()
'使用法 Dim instance As Row instance.ResetNoteIndicatorColor()
public void 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()