Spread.Sheets
SheetとSheets要素の使用

次の表は、sheets要素の子要素を示します。 sheets要素に属性はありません。

属性 APIリファレンス Type
worksheet any Worksheet

次の表は、sheet要素の属性を示します。

属性 APIリファレンス コメント
allowCellOverflow Worksheet.options.allowCellOverflow = value boolean  
clipBoardOptions Worksheet.options.clipBoardoptions(value) GC.Spread.Sheets.ClipboardPasteOptions  
colHeaderAutoText Worksheet.options.colHeaderAutoText = value GC.Spread.Sheets.HeaderAutoText  
colHeaderAutoTextIndex Worksheet.options.colHeaderAutoTextIndex = value number  
colHeaderVisible Worksheet.options.colHeaderVisible = value boolean  
currentTheme Worksheet.currentTheme(value) string  
dataSource Worksheet.setDataSource(value) any  
dataSourceDeepWatch boolean 配列型のデータソースが変更されたときにSpread.Sheetsを自動的に更新するには、この属性を使用します。trueに設定すると、AngularJSはデータソースの変更を通知し、Spread.Sheetsを更新します。それ以外の場合には更新を行いません。デフォルト値はtrueです。
frozenColumnCount Worksheet.frozenColumnCount(value) number  
frozenlineColor Worksheet.options.frozenlineColor = value string  
frozenRowCount Worksheet.frozenRowCount(value) number  
frozenTrailingColumnCount Worksheet.frozenTrailingColumnCount(value) number  
frozenTrailingRowCount Worksheet.frozenTrailingRowCount(value) number  
isProtected Worksheet.options.isProtected = value boolean  
name Worksheet.name(value) string  
rowCount Worksheet.setRowCount(value) number  
rowHeaderAutoText Worksheet.options.rowHeaderAutoText = value GC.Spread.Sheets.HeaderAutoText  
rowHeaderAutoTextIndex Worksheet.options.rowHeaderAutoTextIndex = value number  
rowHeaderVisible Worksheet.options.setRowHeaderVisible = value boolean  
selectionBackColor Worksheet.options.selectionBackColor = value string  
selectionBorderColor Worksheet.options.selectionBorderColor = value string  
selectionPolicy Worksheet.selectionPolicy(value) GC.Spread.Sheets.SelectionPolicy  
selectionUnit Worksheet.selectionUnit(value) GC.Spread.Sheets.SelectionUnit  
sheetTabColor Worksheet.options.sheetTabColor = value string  
showColumnOutline Worksheet.showColumnOutline(value) boolean  
showRowOutline Worksheet.showRowOutline(value) boolean  
zoom Worksheet.zoom(value) number  

次の表は、sheet要素の子要素を示します。

子要素 APIリファレンス カウント コメント
columns sheet.columns 1 columns columns要素はsheet要素だけに追加できます。
columnOutlines Worksheet.columnOutlines 1 GC.Spread.Sheets.Outlines.Outline  
columnHeaderDefaultStyle Worksheet.setDefaultStyle(value, SheetArea.colHeader) 1 style  
defaultStyle Worksheet.setDefaultStyle(value, SheetArea.viewport) 1 style  
rowHeaderDefaultStyle Worksheet.setDefaultStyle(value, SheetArea.rowHeader) 1 style  
rowOutlines Worksheet.rowOutlines 1 GC.Spread.Sheets.Outlines.Outline  

 

 


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