Share via


TextEffectFormat.NormalizedHeight Property

True if all characters (both uppercase and lowercase) in the specified WordArt are the same height.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
Property NormalizedHeight As MsoTriState
    Get
    Set
'Usage
Dim instance As TextEffectFormat
Dim value As MsoTriState

value = instance.NormalizedHeight

instance.NormalizedHeight = value
MsoTriState NormalizedHeight { get; set; }

Property Value

Type: Microsoft.Office.Core.MsoTriState

See Also

Reference

TextEffectFormat Interface

TextEffectFormat Members

Microsoft.Office.Interop.Excel Namespace