Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / PrintPreviewControl Class / OverridesDefaultStyle Property


In This Topic
    OverridesDefaultStyle Property (PrintPreviewControl)
    In This Topic
    Syntax
    'Declaration
     
    Public Property OverridesDefaultStyle As Boolean
    'Usage
     
    Dim instance As PrintPreviewControl
    Dim value As Boolean
     
    instance.OverridesDefaultStyle = value
     
    value = instance.OverridesDefaultStyle
    public bool OverridesDefaultStyle {get; set;}
    See Also