No. That will not work .Inner
is only available within the context of a shortcode.
.Content
stands for the rendered content.
.RawContent
stands for the unprocessed.
Perhaps would need to have a look at splitting the rendered content to get those table values.
Have a look at this topic the use case is different but the logic may be useful in your case.
OR
Rethink the architecture of the project and store those values elsewhere, so that you can share them between pages more easily, like for example in the dataDir
.