class UpdateTableCellPropertiesRequest extends Model (View source)

Properties

string $fields
string $objectId
protected $tableCellPropertiesType
protected $tableCellPropertiesDataType
protected $tableRangeType
protected $tableRangeDataType

Methods

setFields($fields)

No description

string
getFields()

No description

setObjectId($objectId)

No description

string
getObjectId()

No description

setTableCellProperties(TableCellProperties $tableCellProperties)

No description

setTableRange(TableRange $tableRange)

No description

getTableRange()

No description

Details

setFields($fields)

No description

Parameters

$fields

string getFields()

No description

Return Value

string

setObjectId($objectId)

No description

Parameters

$objectId

string getObjectId()

No description

Return Value

string

setTableCellProperties(TableCellProperties $tableCellProperties)

No description

Parameters

TableCellProperties $tableCellProperties

TableCellProperties getTableCellProperties()

No description

Return Value

TableCellProperties

setTableRange(TableRange $tableRange)

No description

Parameters

TableRange $tableRange

TableRange getTableRange()

No description

Return Value

TableRange