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


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