Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / ChartShape Class / ResetCanPrint Method


In This Topic
    ResetCanPrint Method (ChartShape)
    In This Topic
    Resets whether the object can be printed by the container.
    Syntax
    'Declaration
     
    
    Public Overrides Sub ResetCanPrint() 
    'Usage
     
    
    Dim instance As ChartShape
     
    instance.ResetCanPrint()
    public override void ResetCanPrint()
    See Also