次の方法で共有


Worksheet.SheetDimension Property

Worksheet Dimensions.Represents the element tag in schema: x:dimension

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

Syntax

'宣言
Public Property SheetDimension As SheetDimension
    Get
    Set
'使用
Dim instance As Worksheet
Dim value As SheetDimension

value = instance.SheetDimension

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

Property Value

Type: DocumentFormat.OpenXml.Spreadsheet.SheetDimension

See Also

Reference

Worksheet Class

Worksheet Members

DocumentFormat.OpenXml.Spreadsheet Namespace