IMsoDataTable.AutoScaleFont 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.
Gets or sets a value that indicates whether the data table changes font size when the data table size changes. Returns True, the default value, if the font size changes with data table size changes. Read/write.
public:
property System::Object ^ AutoScaleFont { System::Object ^ get(); void set(System::Object ^ value); };
public object AutoScaleFont { get; set; }
member this.AutoScaleFont : obj with get, set
Public Property AutoScaleFont As Object
Property Value
Variant