Spread WPF 18
GrapeCity.Spreadsheet.IO.OpenXml Namespace / ExportContext Class / ExportedSheets Property


In This Topic
    ExportedSheets Property
    In This Topic
    Gets or sets the exported sheets. null to export all sheets.
    Syntax
    'Declaration
     
    Public Property ExportedSheets As ISheets
    'Usage
     
    Dim instance As ExportContext
    Dim value As ISheets
     
    instance.ExportedSheets = value
     
    value = instance.ExportedSheets
    public ISheets ExportedSheets {get; set;}
    See Also