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

Property Value

DictionaryWorksheetSheetViewType, Int32
See Also