Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / BackgroundImageLayout Property


In This Topic
    BackgroundImageLayout Property (SheetView)
    In This Topic
    Gets or sets sheetview background image layout.
    Syntax
    'Declaration
     
    
    Public Property BackgroundImageLayout As SheetView.ImageLayout
    'Usage
     
    
    Dim instance As SheetView
    Dim value As SheetView.ImageLayout
     
    instance.BackgroundImageLayout = value
     
    value = instance.BackgroundImageLayout
    public SheetView.ImageLayout BackgroundImageLayout {get; set;}
    See Also