Spread.Sheets Documentation
watermark Method
The content of the watermark.
Gets or sets the content of the cell watermark.
Syntax
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.
Example
This example uses the watermark method.
activeSheet.getCell(1,1).watermark("lightgreen");
See Also

Reference

CellRange type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.