In Visio, a page's drawing units are defined by the value found in the DrawingScale cell. Like all cells you can interrogate this in code via the Cell.Units
property, but in the ShapeSheet, there's no direct method to find out the same information. So I thought I'd write down one way you could approach this.