DialogsheetPart.DialogSheet Property

Gets/Sets the root element of this part.

Namespace:  DocumentFormat.OpenXml.Packaging
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Property DialogSheet As DialogSheet
    Get
    Set
'Usage
Dim instance As DialogsheetPart
Dim value As DialogSheet

value = instance.DialogSheet

instance.DialogSheet = value
public DialogSheet DialogSheet { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Spreadsheet.DialogSheet

See Also

Reference

DialogsheetPart Class

DialogsheetPart Members

DocumentFormat.OpenXml.Packaging Namespace