SpreadJS Documentation
watermark Method
The content of the watermark.
Gets or sets the content of the column watermark.
Syntax
var instance = new GcSpread.Sheets.Column(sheet, index, sheetArea);
var returnValue; // Type: string
returnValue = instance.watermark(value);
function watermark( 
   value : string
) : string;

Parameters

value
The content of the watermark.

Return Value

The content of the watermark.
Example
This example uses the watermark method.
activeSheet.getColumn(1).watermark("column");
See Also

Reference

Column type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.