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
'Declaration
Public Property SheetDimension As SheetDimension
Get
Set
'Usage
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