Home
last modified time | relevance | path

Searched refs:RowData (Results 1 – 5 of 5) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
H A DAppendCellsRequest.php27 protected $rowsType = RowData::class;
49 * @param RowData[]
56 * @return RowData[]
H A DUpdateCellsRequest.php29 protected $rowsType = RowData::class;
63 * @param RowData[]
70 * @return RowData[]
H A DGridData.php25 protected $rowDataType = RowData::class;
53 * @param RowData[]
60 * @return RowData[]
H A DRowData.php20 class RowData extends \Google\Collection class
43 class_alias(RowData::class, 'Google_Service_Sheets_RowData');
/plugin/dbtables/
H A Dsyntax.php98 foreach($RowInfo as $RowData) {
100 $TableData[$CurrentTable].="|".$RowData." ";