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:
msoCTrue
msoFalse
msoTriStateMixed
msoTriStateToggle
msoTrue