PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.C1Preview.Export Namespace / XlsExportProvider Class / CanShowOptions Property

In This Topic
    CanShowOptions Property (XlsExportProvider)
    In This Topic
    Gets a value indicating whether the associated exporter can show a dialog allowing the user to edit the export options. This implementation returns true.
    Syntax
    'Declaration
     
    Public Overrides ReadOnly Property CanShowOptions As Boolean
    public override bool CanShowOptions {get;}
    See Also