HotXLS dokumentacija

Grąžina or sets the display size of the active worksheet view, as a percentage (100 equals normal size, 200 equals double size, NormalViewZoom so on). Read/write Variant. Use

NormalViewZoom NormalViewZoom NormalViewZoom when code needs to set the cached zoom for the inactive view Example

Pavyzdys

: Variant; ExampleThis example scales Sheet1 by 150 percent

Workbook.Sheets[

].Example :=

Workbook.Sheets[1].Example := 150;