GcSpread.Sheets Namespace : ButtonCellType class |
var instance = new GcSpread.Sheets.ButtonCellType();
function ButtonCellType;
var cellType = new GcSpread.Sheets.ButtonCellType(); cellType.buttonBackColor("#FFFF00"); cellType.text("this is a button"); activeSheet.getCell(0, 2).cellType(cellType);
Object
GcSpread.Sheets.TextCellType
GcSpread.Sheets.ButtonCellType
Name | Description | |
---|---|---|
ButtonCellType Constructor | Represents a button cell. |
Name | Description | |
---|---|---|
typeName | (Inherited from GcSpread.Sheets.BaseCellType) |