Spread.Sheets
Column、ColumnsとGroup要素の使用

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

子要素 APIリファレンス カウント
column 任意 column

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

属性 APIリファレンス コメント
autoFit Worksheet.autoFitColumn(column) boolean autoFitをtrueに設定すると、データのバインド後に列の自動調整が行われます。
dataField columnInfo.name string Worksheet.bindColumn(index, columnInfo)関数に対して設定します。
headerText columnInfo.displayName string Worksheet.bindColumn(index, columnInfo)関数に対して設定します。
resizable CellRange.resizable(value) boolean  
visible CellRange.visible(value) boolean  
width CellRange.width(value) number  

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

子要素 APIリファレンス カウント
defaultStyle sheet.setStyle(-1, columnIndex, value) 1 style

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

子要素 APIリファレンス カウント
outline Outline.group(index, count) 任意 GC.Spread.Sheets.Outlines.Outline

次のサンプルコードは、outline要素を使用します。

<worksheet>
    <row-outlines>
        <outline index="1" count="4"></outline>
        <outline index="6" count="8"></outline>
    </row-outlines>
    <column-outlines>
        <outline index="2" count="5"></outline>
    </column-outlines>
< /worksheet>

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

属性 APIリファレンス
index Outline.group(index, count) number
width Outline.group(index, count) number

 

 


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