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