Spread.Sheets
CommentState フィールド
コメントの状態を定義します。
シンタックス
Javascript (Usage) 
var value; // Type: CommentState
value = GC.Spread.Sheets.Comments.CommentState;
Javascript (Specification) 
var CommentState : CommentState;
使用例
// 次のサンプルコードは、コメントの状態を取得します。 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());

関連トピック

参照

Comments タイプ

 

 


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