Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.IO.OpenXml Namespace / ExportContext Class / ExportedWorksheet Property


In This Topic
    ExportedWorksheet Property
    In This Topic
    Gets or sets the exported worksheet. null to export all worksheets.
    Syntax
    'Declaration
     
    
    Public Property ExportedWorksheet As IWorksheet
    'Usage
     
    
    Dim instance As ExportContext
    Dim value As IWorksheet
     
    instance.ExportedWorksheet = value
     
    value = instance.ExportedWorksheet
    public IWorksheet ExportedWorksheet {get; set;}
    Remarks
    This setting is supported in flat style mode.
    See Also