Gnm.EvalPos

Fields

Name

Type

Access

Description

array_texpr

Gnm.ExprTop

r/w

dep

Gnm.Dependent

r/w

eval

Gnm.CellPos

r/w

sheet

Gnm.Sheet

r/w

Methods

init (s, col, row)

init_cell (cell)

init_dep (dep)

init_editpos (sv)

init_pos (s, pos)

init_sheet (sheet)

is_array_context ()

Details

class Gnm.EvalPos
init(s, col, row)
Parameters:
Returns:

the initialized Gnm.EvalPos (self).

Return type:

object

init_cell(cell)
Parameters:

cell (Gnm.Cell) – A cell

Returns:

the initialized Gnm.EvalPos (self).

Return type:

object

The function initializes an evalpos with the given cell

init_dep(dep)
Parameters:

dep (Gnm.Dependent) –

Returns:

the initialized Gnm.EvalPos (self).

Return type:

object

init_editpos(sv)
Parameters:

sv (Gnm.SheetView) – Sheetview

Returns:

the initialized Gnm.EvalPos (self).

Return type:

object

The function initializes an evalpos with the edit position from the given sheetview.

init_pos(s, pos)
Parameters:
Returns:

the initialized Gnm.EvalPos (self).

Return type:

object

init_sheet(sheet)
Parameters:

sheet (Gnm.Sheet) – A sheet

Returns:

the initialized Gnm.EvalPos (self).

Return type:

object

The function initializes an evalpos with the given sheet.

is_array_context()
Return type:

bool