\Microsoft\Graph\ModelWorkbookWorksheet

WorkbookWorksheet class

Summary

Methods
Properties
Constants
__construct()
getProperties()
getName()
setName()
getPosition()
setPosition()
getVisibility()
setVisibility()
getCharts()
getProtection()
setProtection()
getTables()
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 WorkbookWorksheet

Parameters

array $propDict

A list of properties to set

getProperties()

getProperties() : array

Gets the property dictionary of the WorkbookWorksheet

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

getPosition()

getPosition() : integer

Gets the position

Returns

integer —

The position

setPosition()

setPosition(integer  $val) : null

Sets the position

Parameters

integer $val

The position

Returns

null

getVisibility()

getVisibility() : string

Gets the visibility

Returns

string —

The visibility

setVisibility()

setVisibility(string  $val) : null

Sets the visibility

Parameters

string $val

The visibility

Returns

null

getCharts()

getCharts() : \Microsoft\Graph\Model\ChartsCollectionPage

Gets the charts

Returns

\Microsoft\Graph\Model\ChartsCollectionPage —

The charts

setProtection()

setProtection(string  $val) : null

Sets the protection

Parameters

string $val

The protection

Returns

null

getTables()

getTables() : \Microsoft\Graph\Model\TablesCollectionPage

Gets the tables

Returns

\Microsoft\Graph\Model\TablesCollectionPage —

The tables