\Microsoft\Graph\ModelWorkbookRangeFormat

WorkbookRangeFormat class

Summary

Methods
Properties
Constants
__construct()
getProperties()
getColumnWidth()
setColumnWidth()
getHorizontalAlignment()
setHorizontalAlignment()
getRowHeight()
setRowHeight()
getVerticalAlignment()
setVerticalAlignment()
getWrapText()
setWrapText()
getBorders()
getFill()
setFill()
getFont()
setFont()
getProtection()
setProtection()
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 WorkbookRangeFormat

Parameters

array $propDict

A list of properties to set

getProperties()

getProperties() : array

Gets the property dictionary of the WorkbookRangeFormat

Returns

array —

The list of properties

getColumnWidth()

getColumnWidth() : float

Gets the columnWidth

Returns

float —

The columnWidth

setColumnWidth()

setColumnWidth(float  $val) : null

Sets the columnWidth

Parameters

float $val

The columnWidth

Returns

null

getHorizontalAlignment()

getHorizontalAlignment() : string

Gets the horizontalAlignment

Returns

string —

The horizontalAlignment

setHorizontalAlignment()

setHorizontalAlignment(string  $val) : null

Sets the horizontalAlignment

Parameters

string $val

The horizontalAlignment

Returns

null

getRowHeight()

getRowHeight() : float

Gets the rowHeight

Returns

float —

The rowHeight

setRowHeight()

setRowHeight(float  $val) : null

Sets the rowHeight

Parameters

float $val

The rowHeight

Returns

null

getVerticalAlignment()

getVerticalAlignment() : string

Gets the verticalAlignment

Returns

string —

The verticalAlignment

setVerticalAlignment()

setVerticalAlignment(string  $val) : null

Sets the verticalAlignment

Parameters

string $val

The verticalAlignment

Returns

null

getWrapText()

getWrapText() : boolean

Gets the wrapText

Returns

boolean —

The wrapText

setWrapText()

setWrapText(boolean  $val) : null

Sets the wrapText

Parameters

boolean $val

The wrapText

Returns

null

getBorders()

getBorders() : \Microsoft\Graph\Model\BordersCollectionPage

Gets the borders

Returns

\Microsoft\Graph\Model\BordersCollectionPage —

The borders

setFill()

setFill(string  $val) : null

Sets the fill

Parameters

string $val

The fill

Returns

null

setFont()

setFont(string  $val) : null

Sets the font

Parameters

string $val

The font

Returns

null

setProtection()

setProtection(string  $val) : null

Sets the protection

Parameters

string $val

The protection

Returns

null