Shape cells
These cmdlets work with the ShapeSheet of shapes:
Working with shape cells
To query the cell values of that shape use Get-VisioShapeCells Note that this cmdlet returns a System.Data.DataTable
Setting cell values First, create a new "ShapeCells" object with New-VisioShapeCells. Then set the value of cells on that object. Finally, use Set-VisioShapeCells to set the cells.
Last updated