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


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

    Return Value

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