class UpdateTableCellStyleRequest extends Model (View source)

Properties

string $fields
protected $tableCellStyleType
protected $tableCellStyleDataType
protected $tableRangeType
protected $tableRangeDataType
protected $tableStartLocationType
protected $tableStartLocationDataType

Methods

setFields($fields)

No description

string
getFields()

No description

setTableCellStyle(TableCellStyle $tableCellStyle)

No description

setTableRange(TableRange $tableRange)

No description

getTableRange()

No description

setTableStartLocation(Location $tableStartLocation)

No description

getTableStartLocation()

No description

Details

setFields($fields)

No description

Parameters

$fields

string getFields()

No description

Return Value

string

setTableCellStyle(TableCellStyle $tableCellStyle)

No description

Parameters

TableCellStyle $tableCellStyle

TableCellStyle getTableCellStyle()

No description

Return Value

TableCellStyle

setTableRange(TableRange $tableRange)

No description

Parameters

TableRange $tableRange

TableRange getTableRange()

No description

Return Value

TableRange

setTableStartLocation(Location $tableStartLocation)

No description

Parameters

Location $tableStartLocation

Location getTableStartLocation()

No description

Return Value

Location