mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 21:27:35 +00:00
Spreadsheet: Let the cells know their own position in the sheet
This commit is contained in:
parent
13ce24de13
commit
f159d161fa
7 changed files with 227 additions and 22 deletions
|
@ -45,6 +45,7 @@ public:
|
|||
virtual void initialize() override;
|
||||
|
||||
JS_DECLARE_NATIVE_FUNCTION(parse_cell_name);
|
||||
JS_DECLARE_NATIVE_FUNCTION(current_cell_position);
|
||||
|
||||
private:
|
||||
Sheet& m_sheet;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue