class DimensionRange extends Model (View source)

Properties

string $dimension
int $endIndex
int $sheetId
int $startIndex

Methods

setDimension($dimension)

No description

string
getDimension()

No description

setEndIndex($endIndex)

No description

int
getEndIndex()

No description

setSheetId($sheetId)

No description

int
getSheetId()

No description

setStartIndex($startIndex)

No description

int
getStartIndex()

No description

Details

setDimension($dimension)

No description

Parameters

$dimension

string getDimension()

No description

Return Value

string

setEndIndex($endIndex)

No description

Parameters

$endIndex

int getEndIndex()

No description

Return Value

int

setSheetId($sheetId)

No description

Parameters

$sheetId

int getSheetId()

No description

Return Value

int

setStartIndex($startIndex)

No description

Parameters

$startIndex

int getStartIndex()

No description

Return Value

int