Constructor QActionTableRow
QActionTableRow(int, int)
Initializes a new instance of the QActionTableRow class that represents a table row with the specified number of columns.
public QActionTableRow(int index, int columnCount)
Parameters
indexintThe index of the column that holds the primary key.
columnCountintThe number of columns.
QActionTableRow(int, int, object[])
Initializes a new instance of the QActionTableRow class that represents a table row with the specified number of columns and initializes it with the provided data.
public QActionTableRow(int index, int columnCount, object[] oRow)