Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / WorksheetView Class / ZoomToFit Property


In This Topic
    ZoomToFit Property (WorksheetView)
    In This Topic
    Determines whether the view is zoomed to fit the dimensions of the document window every time the document window is resized.
    Syntax
    'Declaration
     
    
    Public Property ZoomToFit As Boolean
    'Usage
     
    
    Dim instance As WorksheetView
    Dim value As Boolean
     
    instance.ZoomToFit = value
     
    value = instance.ZoomToFit
    public bool ZoomToFit {get; set;}
    Remarks
    Only chart sheet support this setting.
    See Also