Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / SpreadChart Class / CanPrint Property


In This Topic
    CanPrint Property (SpreadChart)
    In This Topic
    Gets or sets whether the container is allowed to print the object.
    Syntax
    'Declaration
     
    
    Public Overrides Property CanPrint As Boolean
    'Usage
     
    
    Dim instance As SpreadChart
    Dim value As Boolean
     
    instance.CanPrint = value
     
    value = instance.CanPrint
    public override bool CanPrint {get; set;}
    See Also