Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / ChartShape Class / ShouldSerializeCanPrint Method


In This Topic
ShouldSerializeCanPrint Method (ChartShape)
In This Topic
Determines if the CanPrint property should be serialized.
Syntax
'Declaration
 
Public Overrides Function ShouldSerializeCanPrint() As Boolean
 
'Usage
 
Dim instance As ChartShape
Dim value As Boolean
 
value = instance.ShouldSerializeCanPrint()
See Also