TextFrame2.AutoSize Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The size of the specified object that changes automatically to fit text within its boundaries. Read/write.
public:
property Microsoft::Office::Core::MsoAutoSize AutoSize { Microsoft::Office::Core::MsoAutoSize get(); void set(Microsoft::Office::Core::MsoAutoSize value); };
public Microsoft.Office.Core.MsoAutoSize AutoSize { get; set; }
Public Property AutoSize As MsoAutoSize