Spread Windows Forms 18
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.IO.Pdf Namespace / PdfExportContext Class / ExportedSheets Property


In This Topic
    ExportedSheets Property (PdfExportContext)
    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 PdfExportContext
    Dim value As ISheets
     
    instance.ExportedSheets = value
     
    value = instance.ExportedSheets
    public ISheets ExportedSheets {get; set;}
    See Also