Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / ShouldSerializeColumns Method


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