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.3+98f265239ae8df4639650ecd7029244cc5e52dfc
Syntax
C#
public Dictionary<WorksheetSheetViewType, int> ZoomFactors { get; }

Property Value

DictionaryWorksheetSheetViewType, Int32
See Also