WorksheetPart.Worksheet Property

Gets/Sets the root element of this part.

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

Syntax

'Declaration
Public Property Worksheet As Worksheet
    Get
    Set
'Usage
Dim instance As WorksheetPart
Dim value As Worksheet

value = instance.Worksheet

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

Property Value

Type: DocumentFormat.OpenXml.Spreadsheet.Worksheet

See Also

Reference

WorksheetPart Class

WorksheetPart Members

DocumentFormat.OpenXml.Packaging Namespace