I'm simply setting it like I normally do with other shapes. See the example code below.
- Code: Select all
table.Height = 50;
table.Width = 20;
The table in the code above is ITable. I did notice that even if I set those properties manually using Visual Studio watch, it doesn't do anything.
Versions tested:
- Spire.Presentation for .NET 7.8.0 and 8.2.0