Grid Object

The grid object allows you to add spreadsheets, grids and list controls to your applications. While there are some settings you can configure at design time, most of its settings including the loading of its data are handled through actions at runtime. Even though you can handle the configuration of data on a per item basis, you can also use the Grid.LoadFromFile action to load items from a character delimited file, and even save out any changes made through the object using the Grid.SaveToFile action.

The grid object has an extensive action set including over 110 actions and 2 events so you can load and manipulate grid cells at run time for full flexibility.

The object also contains a series of visible properties that can be controlled. Some of these settings include color, font, and tooltips.

Tip: You can add a grid object by choosing Object > Grid from the menu.