Workbook.Sheets Property
Sheets.Represents the element tag in schema: x:sheets
Namespace: DocumentFormat.OpenXml.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Property Sheets As Sheets
Get
Set
'Usage
Dim instance As Workbook
Dim value As Sheets
value = instance.Sheets
instance.Sheets = value
public Sheets Sheets { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Spreadsheet.Sheets