Поделиться через


DialogSheet.SheetFormatProperties Property

Dialog Sheet Format Properties.Represents the element tag in schema: x:sheetFormatPr

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

Syntax

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

value = instance.SheetFormatProperties

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

Property Value

Type: DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties
Returns SheetFormatProperties.

See Also

Reference

DialogSheet Class

DialogSheet Members

DocumentFormat.OpenXml.Spreadsheet Namespace