SpreadsheetWorksheetContentAreaHeightPx Property |
Gets the height of the content area in pixels.
Namespace: GroupDocs.Watermark.Contents.SpreadsheetAssembly: GroupDocs.Watermark (in GroupDocs.Watermark.dll) Version: 20.7.0
Syntaxpublic int ContentAreaHeightPx { get; }
Public ReadOnly Property ContentAreaHeightPx As Integer
Get
public:
property int ContentAreaHeightPx {
int get ();
}
member ContentAreaHeightPx : int with get
Property Value
Type:
Int32The height of the content area in pixels.
See Also