MikeShepard / VisioBot3000

Simple Visio Automation from Powershell
MIT License
50 stars 13 forks source link

Add -All parameter to Get-VisioShapeData to retrieve all shape data (instead of just one row) #80

Closed MikeShepard closed 2 years ago

MikeShepard commented 2 years ago

$shape.CellsSRC(243,0,0).Formula #Value $shape.CellsSRC(243,0,2).Name #label $shape.CellsSRC(243,0,2).RowName #rowname

perhaps include $shape.CellsSRC(243,0,0) as "RawValueObject" to see other properties