DialogSheet.SheetProperties Property

Sheet Properties.Represents the element tag in schema: x:sheetPr

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

Syntax

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

value = instance.SheetProperties

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

Property Value

Type: DocumentFormat.OpenXml.Spreadsheet.SheetProperties
Returns SheetProperties.

See Also

Reference

DialogSheet Class

DialogSheet Members

DocumentFormat.OpenXml.Spreadsheet Namespace