MacroSheetPart.Macrosheet Property

Gets/Sets the root element of this part.

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

Syntax

'Declaration
Public Property Macrosheet As Macrosheet
    Get
    Set
'Usage
Dim instance As MacroSheetPart
Dim value As Macrosheet

value = instance.Macrosheet

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

Property Value

Type: DocumentFormat.OpenXml.Office.Excel.Macrosheet

See Also

Reference

MacroSheetPart Class

MacroSheetPart Members

DocumentFormat.OpenXml.Packaging Namespace