class UpdateTableRowStyleRequest extends Collection (View source)

Properties

protected $collection_key
string $fields
int[] $rowIndices
protected $tableRowStyleType
protected $tableRowStyleDataType
protected $tableStartLocationType
protected $tableStartLocationDataType

Methods

setFields($fields)

No description

string
getFields()

No description

setRowIndices($rowIndices)

No description

int[]
getRowIndices()

No description

setTableRowStyle(TableRowStyle $tableRowStyle)

No description

getTableRowStyle()

No description

setTableStartLocation(Location $tableStartLocation)

No description

getTableStartLocation()

No description

Details

setFields($fields)

No description

Parameters

$fields

string getFields()

No description

Return Value

string

setRowIndices($rowIndices)

No description

Parameters

$rowIndices

int[] getRowIndices()

No description

Return Value

int[]

setTableRowStyle(TableRowStyle $tableRowStyle)

No description

Parameters

TableRowStyle $tableRowStyle

TableRowStyle getTableRowStyle()

No description

Return Value

TableRowStyle

setTableStartLocation(Location $tableStartLocation)

No description

Parameters

Location $tableStartLocation

Location getTableStartLocation()

No description

Return Value

Location