FarPoint.Win.SpreadJ アセンブリ > FarPoint.Win.Spread 名前空間 > Column クラス : ResetNoteIndicatorColor メソッド |
'Declaration Public Sub ResetNoteIndicatorColor()
'使用法 Dim instance As Column instance.ResetNoteIndicatorColor()
public void ResetNoteIndicatorColor()
FarPoint.Win.Spread.Column c; c=fpSpread1.ActiveSheet.Columns[0]; c.ResetNoteIndicatorColor();
Dim c As FarPoint.Win.Spread.Column c=FpSpread1.ActiveSheet.Columns(0) c.ResetNoteIndicatorColor()