ITabView.Scale

Syntax

Scale: Double;

Description

The Scale property determines the scale of the table.

Example

Sub Button1OnClick(Sender: Object; Args: IMouseEventArgs);

Begin

UiTabSheet1.TabSheet.View.Scale := 1.5;

End Sub Button1OnClick;

After executing this example the scale of spreadsheet displaying equals to 150%.

See also:

ITabView