Share via


TextFrame2.NoTextRotation Property

Returns or sets a value that specifies if the text on a shape is rotated if the shape itself is being rotated. Read/write

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

Syntax

'Declaration
Property NoTextRotation As MsoTriState
    Get
    Set
'Usage
Dim instance As TextFrame2
Dim value As MsoTriState

value = instance.NoTextRotation

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

Property Value

Type: Microsoft.Office.Core.MsoTriState

Remarks

Read/write.

Returns or sets MsoTriState enumerations with the following values:

  1. msoCTrue

  2. msoFalse

  3. msoTriStateMixed

  4. msoTriStateToggle

  5. msoTrue

See Also

Reference

TextFrame2 Interface

TextFrame2 Members

Microsoft.Office.Interop.Excel Namespace