Spread.Sheets
clone メソッド
現在のスタイルをクローンします。
シンタックス
Javascript (Usage) 
var instance = new GC.Spread.Sheets.Style(backColor,
                                         foreColor,
                                         hAlign,
                                         vAlign,
                                         font,
                                         themeFont,
                                         formatter,
                                         borderLeft,
                                         borderTop,
                                         borderRight,
                                         borderBottom,
                                         diagonalDown,
                                         diagonalUp,
                                         locked,
                                         textIndent,
                                         wordWrap,
                                         shrinkToFit,
                                         backgroundImage,
                                         cellType,
                                         backgroundImageLayout,
                                         tabStop,
                                         textDecoration,
                                         imeMode,
                                         name,
                                         parentName,
                                         watermark,
                                         cellPadding,
                                         labelOptions);
var value; // Type: Style
value = instance.clone();
Javascript (Specification) 
function clone() : Style;

戻り値の型

クローンされたスタイル。

関連トピック

参照

Style クラス

 

 


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