Home
last modified time | relevance | path

Searched refs:BandingProperties (Results 1 – 2 of 2) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
H A DBandedRange.php26 protected $columnPropertiesType = BandingProperties::class;
30 protected $rowPropertiesType = BandingProperties::class;
48 * @param BandingProperties
50 public function setColumnProperties(BandingProperties $columnProperties)
55 * @return BandingProperties
76 * @param BandingProperties
78 public function setRowProperties(BandingProperties $rowProperties)
83 * @return BandingProperties
H A DBandingProperties.php20 class BandingProperties extends \Google\Model class
154 class_alias(BandingProperties::class, 'Google_Service_Sheets_BandingProperties');