SpreadJS Documentation
quotePrefix Method
GC.Spread.Sheets Namespace > CellRange type : quotePrefix Method
The value of the quote Prefix.
Gets or sets the quote Prefix the cell watermark.
Syntax
var instance = new GC.Spread.Sheets.CellRange(sheet, row, col, rowCount, colCount, sheetArea);
var returnValue; // Type: any
returnValue = instance.quotePrefix(value);
function quotePrefix( 
   value : boolean
) : any;

Parameters

value
The value of the quote Prefix.

Return Value

If no value is set, returns the content of the quotePrefix; otherwise, returns the cell.
Example
activeSheet.getCell(1,1).quotePrefix(true);
See Also

Reference

CellRange type