SpreadJS製品ヘルプ
ユーザーインタフェースに関するAPI比較
SpreadJS > 開発者の手引き > はじめに > [No Target Defined] > ユーザーインタフェースに関するAPI比較

次の表は、ユーザーインタフェースに関する変更点の一覧を示します。

SpreadJS SpreadJS Classic
GC.Spread.Sheet.CellRange $.wijmo.wijspread.Cell $.wijmo.wijspread.Row $.wijmo.wijspread.Column
constructor(sheet, row, col, rowCount, colCount, sheetArea) constructor(sheet, row, col, sheetArea) constructor(sheet, index, sheetArea) constructor(sheet, index, sheetArea)
sheet sheet sheet sheet
row row index  
rowCount row2, row2 - row + 1 index2, index2 - index + 1  
col col   index
colCount col2, col2 - col + 1   index2, index2 - index + 1
sheetArea sheetArea sheetArea sheetArea
value(value) value(value)    
text(value) text(value)    
formula(value) formula(value)    
tag(value) tag(value) tag(value) tag(value)
backColor(value) backColor(value) backColor(value) backColor(value)
foreColor(value) foreColor(value) foreColor(value) foreColor(value)
hAlign(value) hAlign(value) hAlign(value) hAlign(value)
vAlign(value) vAlign(value) vAlign(value) vAlign(value)
themeFont(value) themeFont(value) themeFont(value) themeFont(value)
font(value) font(value) font(value) font(value)
formatter(value) formatter(value) formatter(value) formatter(value)
borderLeft(value) borderLeft(value) borderLeft(value) borderLeft(value)
borderTop(value) borderTop(value) borderTop(value) borderTop(value)
borderRight(value) borderRight(value) borderRight(value) borderRight(value)
borderBottom(value) borderBottom(value) borderBottom(value) borderBottom(value)
locked(value) locked(value) locked(value) locked(value)
textIndent(value) textIndent(value) textIndent(value) textIndent(value)
wordWrap(value) wordWrap(value) wordWrap(value) wordWrap(value)
shrinkToFit(value) shrinkToFit(value) shrinkToFit(value) shrinkToFit(value)
backgroundImage(value) backgroundImage(value) backgroundImage(value) backgroundImage(value)
backgroundImageLayout(value) backgroundImageLayout(value) backgroundImageLayout(value) backgroundImageLayout(value)
validator(value) dataValidator(value) dataValidator(value) dataValidator(value)
cellType(value) cellType(value) cellType(value) cellType(value)
tabStop(value) tabStop(value) tabStop(value) tabStop(value)
textDecoration(value) textDecoration(value) textDecoration(value) textDecoration(value)
imeMode(value) imeMode(value) imeMode(value) imeMode(value)
watermark(value) watermark(value) watermark(value) watermark(value)
width(value)     width(value)
height(value)   height(value)  
visible(value)   visible(value) visible(value)
resizable(value)   resizable(value) resizable(value)
clearStyleProperty(propertyName) clearStyleProperty(propertyName)

次の表は、メソッドの変更点の一覧を示します。

SpreadJS SpreadJS Classic
GC.Spread.Sheets.Worksheet $.wijmo.wijspread.Sheet
getCell(row, col, sheetArea) getCell(row, col, sheetArea)
getRange(row, col, rowCount ,colCount, sheetArea) getCells(row, col, row2, col2, sheetArea)
getRow(index, sheetArea)
getRows(index, index2, sheetArea)
getColumn(index, sheetArea)
getColumns(index, index2, sheetArea)

次の表は、setBorderメソッドの変更点を示します。

SpreadJS SpreadJS Classic
GC.Spread.Sheets.CellRange GcSpread.Sheets.Sheet
setBorder(border, option) setBorder(cellRange, border, option, sheetArea)
clear(type)