class UpdateConditionalFormatRuleResponse extends Model (View source)

Properties

int $newIndex
protected $newRuleType
protected $newRuleDataType
int $oldIndex
protected $oldRuleType
protected $oldRuleDataType

Methods

setNewIndex($newIndex)

No description

int
getNewIndex()

No description

setNewRule(ConditionalFormatRule $newRule)

No description

setOldIndex($oldIndex)

No description

int
getOldIndex()

No description

setOldRule(ConditionalFormatRule $oldRule)

No description

Details

setNewIndex($newIndex)

No description

Parameters

$newIndex

int getNewIndex()

No description

Return Value

int

setNewRule(ConditionalFormatRule $newRule)

No description

Parameters

ConditionalFormatRule $newRule

ConditionalFormatRule getNewRule()

No description

Return Value

ConditionalFormatRule

setOldIndex($oldIndex)

No description

Parameters

$oldIndex

int getOldIndex()

No description

Return Value

int

setOldRule(ConditionalFormatRule $oldRule)

No description

Parameters

ConditionalFormatRule $oldRule

ConditionalFormatRule getOldRule()

No description

Return Value

ConditionalFormatRule