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


In This Topic
    ShouldSerializeModels Method
    In This Topic
    Gets whether the document models for the sheet should be persisted.
    Syntax
    'Declaration
     
    
    Public Function ShouldSerializeModels() As Boolean
    'Usage
     
    
    Dim instance As SheetView
    Dim value As Boolean
     
    value = instance.ShouldSerializeModels()
    public bool ShouldSerializeModels()

    Return Value

    True if the SheetView.Models property should be saved; otherwise, false
    See Also