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


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

    Return Value

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