CGridView:Refresh


The Refresh method updates the grid control window after a series of changes that may not have been updated.

Syntax

CGridView:Refresh()

Example

The following script refreshes the grid window:

G = attach_gridview()

-- attach a grid on the Mira desktop

-- adjust the grid

 

G:Refresh()

-- select cell (5,10)

Related Topics

CGridView class


Mira Pro x64 Script User's Guide, Copyright Ⓒ 2023 Mirametrics, Inc. All Rights Reserved.