MsoLineFillType enumeration (Office)
Specifies the type of fill for a line.
Name | Value | Description |
---|---|---|
msoLineFillBackground | 5 | Specifies the same fill as the background. |
msoLineFillGradient | 3 | Specifies a gradient line fill. |
msoLineFillMixed | -2 | Specifies a mixture of line fill types. |
msoLineFillNone | 0 | No line fill. |
msoLineFillPatterned | 2 | Specifies a pattern line fill. |
msoLineFillPicture | 6 | Specifies a picture line fill. |
msoLineFillSolid | 1 | Specifies a solid color line fill. |
msoLineFillTextured | 4 | Specifies a textured line fill. |
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.