Macrosheet.SheetDimension Property

Macro Sheet Dimensions.Represents the element tag in schema: x:dimension

Namespace:  DocumentFormat.OpenXml.Office.Excel
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

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

Macrosheet Class

Macrosheet Members

DocumentFormat.OpenXml.Office.Excel Namespace