PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview.Export Namespace / XlsExporter Class / DataOnly Property

In This Topic
    DataOnly Property (XlsExporter)
    In This Topic
    Gets or sets a value indicating whether only data should be exported, ignoring visual attributes.
    Syntax
    'Declaration
     
    Public Property DataOnly As Boolean
    public bool DataOnly {get; set;}
    See Also