SlicerSpec
class SlicerSpec extends Model (View source)
Properties
| bool | $applyToPivotTables | ||
| protected | $backgroundColorType | ||
| protected | $backgroundColorDataType | ||
| protected | $backgroundColorStyleType | ||
| protected | $backgroundColorStyleDataType | ||
| int | $columnIndex | ||
| protected | $dataRangeType | ||
| protected | $dataRangeDataType | ||
| protected | $filterCriteriaType | ||
| protected | $filterCriteriaDataType | ||
| string | $horizontalAlignment | ||
| protected | $textFormatType | ||
| protected | $textFormatDataType | ||
| string | $title |
Methods
setApplyToPivotTables($applyToPivotTables)
No description
bool
getApplyToPivotTables()
No description
getBackgroundColor()
No description
getBackgroundColorStyle()
No description
setColumnIndex($columnIndex)
No description
int
getColumnIndex()
No description
getDataRange()
No description
getFilterCriteria()
No description
setHorizontalAlignment($horizontalAlignment)
No description
string
getHorizontalAlignment()
No description
getTextFormat()
No description
setTitle($title)
No description
string
getTitle()
No description
Details
setApplyToPivotTables($applyToPivotTables)
No description
bool
getApplyToPivotTables()
No description
setBackgroundColor(Color $backgroundColor)
No description
Color
getBackgroundColor()
No description
setBackgroundColorStyle(ColorStyle $backgroundColorStyle)
No description
ColorStyle
getBackgroundColorStyle()
No description
setColumnIndex($columnIndex)
No description
int
getColumnIndex()
No description
setDataRange(GridRange $dataRange)
No description
GridRange
getDataRange()
No description
setFilterCriteria(FilterCriteria $filterCriteria)
No description
FilterCriteria
getFilterCriteria()
No description
setHorizontalAlignment($horizontalAlignment)
No description
string
getHorizontalAlignment()
No description
setTextFormat(TextFormat $textFormat)
No description
TextFormat
getTextFormat()
No description
setTitle($title)
No description
string
getTitle()
No description