FillFormat.RotateWithObject Property

Excel Developer Reference

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

Version Information
 Version Added:  Excel 2007

Syntax

expression.RotateWithObject

expression   A variable that represents a FillFormat object.

Remarks

MsoTriState can be one of these MsoTriState constants.
msoCTrue
msoFalse
msoTriStateMixed
msoTriStateToggle
msoTrue

See Also