Workbook.WebPublishing Property
Web Publishing Properties.Represents the element tag in schema: x:webPublishing
Namespace: DocumentFormat.OpenXml.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Property WebPublishing As WebPublishing
Get
Set
'Usage
Dim instance As Workbook
Dim value As WebPublishing
value = instance.WebPublishing
instance.WebPublishing = value
public WebPublishing WebPublishing { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Spreadsheet.WebPublishing