WGridClear | Clear contents of a grid |
WGridClearSelection | Clear current selection in a grid |
WGridColourCell | Set colour of an individual cell in a grid |
WGridColourColumn | Set colour of an entire column in a grid |
WGridColourLines | Set colour of grid lines |
WGridColourRow | Set colour of an entire row in a grid |
WGridColumns | Set number, type and width of grid columns |
WGridDeleteRows | Remove rows from a grid |
WGridEdit | Edit/view a grid in a resizable window |
WGridFind | Find first/next cell containing a string |
WGridFindString | Set grid Find string and options |
WGridGetColumnLabel | Get grid column labels |
WGridGetRowLabel | Get grid row labels |
WGridInsertRows | Add rows to a grid |
WGridLabelColumn | Change a grid column label |
WGridLabelRow | Change a grid row label |
WGridLoad | Load data from a CSV file to a grid |
WGridPos | Return column and row numbers |
WGridPrint | Print all or part of grid |
WGridPrintOptions | Set grid printing options |
WGridRangeDouble | Set range for a double precision column |
WGridRangeInteger | Set range for a integer column |
WGridRangeReal | Set range for a real column |
WGridRows | Set number of grid rows |
WGridSave | Save grid data to a CSV file |
WGridSaveHTML | Save grid data as a HTML page |
WGridSetCell | Make cell current |
WGridSetSelection | Set selection in a grid |
WGridSort | Sort a grid, based on a specified column |
WGridSpinnerStep | Set increment(s) for grid spinner controls |
WGridState | Set enabled/read-only state of a column |
WGridStateCell | Set enabled/read-only state of a cell |
WGridClearCell | Clear an individual cell |
WGridGetCellCheckBox | Get a single check box state |
WGridGetCellDouble | Get a single double precision value |
WGridGetCellInteger | Get a single integer value |
WGridGetCellMenu | Get a single menu option |
WGridGetCellReal | Get a single real value |
WGridGetCellString | Get a single string value |
WGridGetCellStringLength | Get entered length of a cell string value |
WGridGetCheckBox | Get a column of check box states |
WGridGetDouble | Get a column of double precision values |
WGridGetInteger | Get a column of integer values |
WGridGetMenu | Get a column of menu options |
WGridGetRadioButton | Get selected cell in radio button column |
WGridGetReal | Get a column of real values |
WGridGetString | Get a column of string values |
WGridPutCellCheckBox | Change a single check box state |
WGridPutCellDouble | Change a single double precision value |
WGridPutCellInteger | Change a single integer value |
WGridPutCellOption | Change a single menu option |
WGridPutCellReal | Change a single real value |
WGridPutCellString | Change a single string value |
WGridPutCheckBox | Change a column of check box states |
WGridPutDouble | Change a column of double precision values |
WGridPutInteger | Change a column of integer values |
WGridPutMenu | Change a column of menus |
WGridPutOption | Change a column of menus options |
WGridPutRadioButton | Change selected cell in radio button column |
WGridPutReal | Change a column of real values |
WGridPutString | Change a column of string values |