次の方法で共有


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

'宣言
Public Property SheetFormatProperties As SheetFormatProperties
    Get
    Set
'使用
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

See Also

Reference

Worksheet Class

Worksheet Members

DocumentFormat.OpenXml.Spreadsheet Namespace