Scale: Double;
The Scale property determines the scale of the table.
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: