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


In This Topic
    ShouldSerializeZoomFactor Method
    In This Topic
    Gets whether the zoom factor should be serialized.
    Syntax
    'Declaration
     
    
    Public Function ShouldSerializeZoomFactor() As Boolean
    'Usage
     
    
    Dim instance As SheetView
    Dim value As Boolean
     
    value = instance.ShouldSerializeZoomFactor()
    public bool ShouldSerializeZoomFactor()

    Return Value

    true if ZoomFactor should be serialized; otherwise, false
    See Also