Share via


FillFormat.RotateWithObject Property

Returns or sets if the fill style should rotate with the object. Read/write Microsoft.Office.Core.MsoTriState.

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

Syntax

'Declaration
Property RotateWithObject As MsoTriState
    Get
    Set
'Usage
Dim instance As FillFormat
Dim value As MsoTriState

value = instance.RotateWithObject

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

Property Value

Type: Microsoft.Office.Core.MsoTriState
Returns MsoTriState.

Remarks

MsoTriState can be one of these MsoTriState constants.

MsoTriState.msoCTrue

MsoTriState.msoFalse

MsoTriState.msoTriStateMixed

MsoTriState.msoTriStateToggle

MsoTriState.msoTrue

See Also

Reference

FillFormat Interface

FillFormat Members

Microsoft.Office.Interop.Excel Namespace