SpreadJS Documentation
watermark Method
The content of the watermark.
Gets or sets the content of the row watermark.
Syntax
var instance = new GcSpread.Sheets.Row(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.getRow(1).watermark("row");
See Also

Reference

Row type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.