\Microsoft\Graph\ModelWorkbookTable

WorkbookTable class

Summary

Methods
Properties
Constants
__construct()
getProperties()
getName()
setName()
getShowHeaders()
setShowHeaders()
getShowTotals()
setShowTotals()
getStyle()
setStyle()
getColumns()
getRows()
getSort()
setSort()
getWorksheet()
setWorksheet()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$_propDict
N/A

Properties

$_propDict

$_propDict : \Microsoft\Graph\Model\array(string

The array of properties available to the model

Type

\Microsoft\Graph\Model\array(string — => string)

Methods

__construct()

__construct(array  $propDict = array()) 

Construct a new WorkbookTable

Parameters

array $propDict

A list of properties to set

getProperties()

getProperties() : array

Gets the property dictionary of the WorkbookTable

Returns

array —

The list of properties

getName()

getName() : string

Gets the name

Returns

string —

The name

setName()

setName(string  $val) : null

Sets the name

Parameters

string $val

The name

Returns

null

getShowHeaders()

getShowHeaders() : boolean

Gets the showHeaders

Returns

boolean —

The showHeaders

setShowHeaders()

setShowHeaders(boolean  $val) : null

Sets the showHeaders

Parameters

boolean $val

The showHeaders

Returns

null

getShowTotals()

getShowTotals() : boolean

Gets the showTotals

Returns

boolean —

The showTotals

setShowTotals()

setShowTotals(boolean  $val) : null

Sets the showTotals

Parameters

boolean $val

The showTotals

Returns

null

getStyle()

getStyle() : string

Gets the style

Returns

string —

The style

setStyle()

setStyle(string  $val) : null

Sets the style

Parameters

string $val

The style

Returns

null

getColumns()

getColumns() : \Microsoft\Graph\Model\ColumnsCollectionPage

Gets the columns

Returns

\Microsoft\Graph\Model\ColumnsCollectionPage —

The columns

getRows()

getRows() : \Microsoft\Graph\Model\RowsCollectionPage

Gets the rows

Returns

\Microsoft\Graph\Model\RowsCollectionPage —

The rows

setSort()

setSort(string  $val) : null

Sets the sort

Parameters

string $val

The sort

Returns

null

setWorksheet()

setWorksheet(string  $val) : null

Sets the worksheet

Parameters

string $val

The worksheet

Returns

null