MsoAutoSize Enumeration
Determines the type of automatic sizing allowed.
| Name | Value | Description |
|---|---|---|
| msoAutoSizeMixed | -2 | A combination of automatic sizing schemes are used. |
| msoAutoSizeNone | 0 | No autosizing. |
| msoAutoSizeShapeToFitText | 1 | The shape is adjusted to fit the text. |
| msoAutoSizeTextToFitShape | 2 | The text is adjusted to fit the shape. |