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


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