Click or drag to resize
PicoXLSX

WorksheetZoomFactors Property

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

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

Property Value

DictionaryWorksheetSheetViewType, Int32
See Also