Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.IO.OpenXml Namespace / ExportContext Class / Worksheet Property


In This Topic
Worksheet Property (ExportContext)
In This Topic
Gets or sets the context worksheet.
Syntax
'Declaration
 
Public ReadOnly Property Worksheet As IWorksheet
 
'Usage
 
Dim instance As ExportContext
Dim value As IWorksheet
 
value = instance.Worksheet
See Also