AddRow | Adds a row to the matrix. |
AutoResizeColumns | Stretches columns to the full size of the matrix by resizing them. |
Clear | Clears all data from the matrix. |
ClearRowData | Clears the data in the specified matrix row. |
ClearSelections | Clears the selected rows or columns of the matrix. |
DeleteRow | Deletes a row from the matrix. |
FlushToDataSource | Flushes current data from the user interface to the bounded data source, as follows:
|
GetCellFocus | Returns the position of the cell currently in focus. |
GetCellSpecific | Returns an instance of a specific (unique) item type, such as EditText or CheckBox, for a specific cell. |
GetLineData | Retrieves the data from a specified row and puts it into the bounded data source of the row.
Use this method to retrieve row data into the bounded data sources of the column. This allows you to work non-editable columns using data sources. |
GetNextSelectedRow | Returns the index of the first selected row within a specified range in the matrix. |
GetSchema | Returns the schema for the XML that is returned by the SerializeAsXML method. |
IsRowSelected | Indicates whether a specified row is selected. |
LoadFromDataSource | Loads the user interface with current data from the matrix objects data source. |
LoadFromDataSourceEx | method LoadFromDataSourceEx |
SelectRow | Selects rows in the matrix. |
SerializeAsXML | Returns information about the matrix (the data and metadata) in XML format.
The schema of the XML is available using the GetSchema method. |
SetCellFocus | Sets a cell to the one currently in focus. |
SetCellWithoutValidation | Sets a matrix cell to skip the validation. |
SetLineData | Updates a matrix row with the current values from its bounded data source, each column from its corresponding data source.
Use this method to update row data from the bounded data sources of the columns. This allows you to work non-editable columns using data sources. |