Worksheet.SheetFormatProperties Property
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 Worksheet
Dim value As SheetFormatProperties
value = instance.SheetFormatProperties
instance.SheetFormatProperties = value
public SheetFormatProperties SheetFormatProperties { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties