var instance = new GC.Spread.Sheets.CellRange(sheet, row, col, rowCount, colCount, sheetArea); var returnValue; // Type: any returnValue = instance.watermark(value);
function watermark( value : string ) : any;
Parameters
- value
- The content of the watermark.
Return Value
If no value is set, returns the content of the watermark; otherwise, returns the cell.