Microstation Item Type - Expression Syntax Definitions to calculate Length, Width, Height for cells/elements

Hello Everyone

I am trying to create Expression Syntax Definitions to calculate Length, Width, Height (XYZ) when attaching item types to existing cells/elements.  

So far ,XYZ values have been difficult to automatically define in item types.

https://communities.bentley.com/products/microstation/b/microstation_blog/posts/ec-expressions-in-item-types---new-in-microstation-connect-edition-update-12

The above link gives some handy information and a list of pdf syntax.  However I cannot see anything suitable to generate XYZ data.

For example RAW dgn data shows the below for a cell:

Here is an example expression for volume 

this.GetElement().GetDisplayValue("Volume")

Is it possible to do something similar with XZY values?  Or use the RAW data (Range Low) minus (Range High)?

Thanks