Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / IFeatures Interface / ExcelCompatiblePrinting Property


In This Topic
    ExcelCompatiblePrinting Property
    In This Topic
    Gets or sets a boolean value indicating whether to use Excel-compatible printing.
    Syntax
    'Declaration
     
    
    Property ExcelCompatiblePrinting As Boolean
    'Usage
     
    
    Dim instance As IFeatures
    Dim value As Boolean
     
    instance.ExcelCompatiblePrinting = value
     
    value = instance.ExcelCompatiblePrinting
    bool ExcelCompatiblePrinting {get; set;}
    See Also