[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Info=Provides an indexer to get or set the cell located at the intersection of the column and row with the specified indexes [Property] DataGrid=Sets DataGridView manager|20|(empty)|DataGridView ColumnIndex=Sets the index of the column containing the cell. ARG(int)|1|0 RowIndex=Sets the index of the row containing the cell. ARG(int)|1|0 [Methods] doGetCell=Gets the cell at the specified location ARG(int ColumnIndex, int RowIndex)|1|0 doSetCell=Sets the cell at the specified location ARG(int ColumnIndex, int RowIndex, object Data)|1|0 onValue=Occurs after getting cell with doGetCell and returns the cell value at the specified location ARG(object)|2|0 *onCell=Occurs after getting cell with doGetCell and returns the cell object at the specified location ARG(DataGridViewCell)|2|0 onError=If an error occurs, an error message appears ARG(string)|2|2 Value=Returns the value from the specified cell. ARG(object)|3|0 Data=Defines data to be written to the cell. ARG(object)|4|0 ColumnIndex=Defines the index of the column containing the cell. ARG(int)|4|1 RowIndex=Defines the index of the row containing the cell. ARG(int)|4|1