GrapeCity SPREAD for Windows Forms 11.0J
NoteIndicatorColor プロパティ (Cell)


セルのセルノートインジケータの色を取得または設定します。
構文
'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;}

プロパティ値

セル ノートの色を含む Color オブジェクト
次のサンプルコードは、指定したセルのメモの色を設定します。
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
参照

Cell クラス
Cell メンバ

 

 


© 2004-2018, GrapeCity Inc. All rights reserved.