SpreadsheetWorksheetContentAreaHeight Property |
Gets the height of the content area in points.
Namespace: GroupDocs.Watermark.Contents.SpreadsheetAssembly: GroupDocs.Watermark (in GroupDocs.Watermark.dll) Version: 20.7.0
Syntaxpublic double ContentAreaHeight { get; }
Public ReadOnly Property ContentAreaHeight As Double
Get
public:
property double ContentAreaHeight {
double get ();
}
member ContentAreaHeight : float with get
Property Value
Type:
DoubleThe height of the content area in points.
See Also