Click or drag to resize
NanoXLSX

WorksheetZoomFactors Property

Gets all defined zoom factors per WorksheetSheetViewType of the current worksheet. Use SetZoomFactor(WorksheetSheetViewType, Int32) to define the values

Namespace: NanoXLSX
Assembly: NanoXLSX (in NanoXLSX.dll) Version: 2.6.4+e304ab0274fa680d1e83f83c8f76c3bd5a54caf2
Syntax
C#
public Dictionary<WorksheetSheetViewType, int> ZoomFactors { get; }

Property Value

DictionaryWorksheetSheetViewType, Int32
See Also