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