Gnm.EvalPos¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
array_texpr |
r/w |
||
dep |
r/w |
||
eval |
r/w |
||
sheet |
r/w |
Methods¶
|
|
|
|
|
|
|
|
|
|
|
|
Details¶
- class Gnm.EvalPos¶
- init(s, col, row)¶
- init_cell(cell)¶
- Parameters:
cell (
Gnm.Cell
) – A cell- Returns:
the initialized
Gnm.EvalPos
(self).- Return type:
The function initializes an evalpos with the given cell
- init_dep(dep)¶
- Parameters:
dep (
Gnm.Dependent
) –- Returns:
the initialized
Gnm.EvalPos
(self).- Return type:
- init_editpos(sv)¶
- Parameters:
sv (
Gnm.SheetView
) – Sheetview- Returns:
the initialized
Gnm.EvalPos
(self).- Return type:
The function initializes an evalpos with the edit position from the given sheetview.
- init_pos(s, pos)¶
- Parameters:
pos (
Gnm.CellPos
) –Gnm.CellPos
- Returns:
the initialized
Gnm.EvalPos
(self).- Return type:
- init_sheet(sheet)¶
- Parameters:
sheet (
Gnm.Sheet
) – A sheet- Returns:
the initialized
Gnm.EvalPos
(self).- Return type:
The function initializes an evalpos with the given sheet.