IMsoDataTable.AutoScaleFont Property
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.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Property AutoScaleFont As Object
Get
Set
'Usage
Dim instance As IMsoDataTable
Dim value As Object
value = instance.AutoScaleFont
instance.AutoScaleFont = value
Object AutoScaleFont { get; set; }
Property Value
Type: System.Object
Variant