Gets or sets a value indicating whether to take into consideration the worksheet's zoom factor.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public bool EnableZoom { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property EnableZoom As Boolean |
A boolean value.
See Also