Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / ShouldSerializePrintInfo Method


In This Topic
    ShouldSerializePrintInfo Method
    In This Topic
    Determines whether print information should be serialized.
    Syntax
    'Declaration
     
    
    Protected Function ShouldSerializePrintInfo() As Boolean
    'Usage
     
    
    Dim instance As SheetView
    Dim value As Boolean
     
    value = instance.ShouldSerializePrintInfo()
    protected bool ShouldSerializePrintInfo()
    See Also