FarPoint.Win.SpreadJ アセンブリ > FarPoint.Win.Spread 名前空間 > Cell クラス : NoteIndicatorColor プロパティ |
'Declaration Public Property NoteIndicatorColor As Color
'使用法 Dim instance As Cell Dim value As Color instance.NoteIndicatorColor = value value = instance.NoteIndicatorColor
public Color NoteIndicatorColor {get; set;}
fpSpread1.Sheets[0].Cells[0, 0].NoteStyle = FarPoint.Win.Spread.NoteStyle.PopupNote;
fpSpread1.Sheets[0].Cells[0, 0].Note = "Test";
fpSpread1.Sheets[0].Cells[0, 0].NoteIndicatorColor = Color.DarkMagenta;
FpSpread1.Sheets(0).Cells(0, 0).NoteStyle = FarPoint.Win.Spread.NoteStyle.PopupNote
FpSpread1.Sheets(0).Cells(0, 0).Note = "Test"
FpSpread1.Sheets(0).Cells(0, 0).NoteIndicatorColor = Color.DarkMagenta