Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.UI Namespace / WorksheetStateEventArgs Class / Background Property


In This Topic
    Background Property
    In This Topic
    Gets a boolean value indicating whether the background is changed.
    Syntax
    'Declaration
     
    
    Public Property Background As Boolean
    'Usage
     
    
    Dim instance As WorksheetStateEventArgs
    Dim value As Boolean
     
    instance.Background = value
     
    value = instance.Background
    public bool Background {get; set;}
    See Also