Spread.Sheets
CommentState 列挙体
コメントの状態を定義します。
メンバ
メンバ解説
activeコメントがアクティブな状態にあることを指定します。
editコメントが編集状態にあることを指定します。
normalコメントが通常の状態にあることを指定します。
使用例
次のサンプルコードは、コメントの状態を取得します。
var comment = new GC.Spread.Sheets.Comments.Comment();
comment.text("new comment!");
comment.backColor("yellow");
comment.foreColor("green");
comment.displayMode(GC.Spread.Sheets.Comments.DisplayMode.alwaysShown);
activeSheet.getCell(5,5).comment(comment);
alert(comment.commentState());
継承階層

Object
   GC.Spread.Sheets.Comments.CommentState

関連トピック

参照

GC.Spread.Sheets.Comments 名前空間

 

 


© 2016-2017, GrapeCity inc. All rights reserved.