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/
DAppendCellsRequest.php27 protected $rowsType = RowData::class;
49 * @param RowData[]
56 * @return RowData[]
DUpdateCellsRequest.php29 protected $rowsType = RowData::class;
63 * @param RowData[]
70 * @return RowData[]
DGridData.php25 protected $rowDataType = RowData::class;
53 * @param RowData[]
60 * @return RowData[]
DRowData.php20 class RowData extends \Google\Collection class
43 class_alias(RowData::class, 'Google_Service_Sheets_RowData');
/plugin/dbtables/
Dsyntax.php98 foreach($RowInfo as $RowData) {
100 $TableData[$CurrentTable].="|".$RowData." ";