MsoBackgroundStyleIndex Enumeration

Indicates the background style for an object.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
Public Enumeration MsoBackgroundStyleIndex
'Usage
Dim instance As MsoBackgroundStyleIndex
public enum MsoBackgroundStyleIndex

Members

Member name Description
msoBackgroundStyleMixed Specifies a combination of styles.
msoBackgroundStyleNotAPreset Specifies no styles.
msoBackgroundStylePreset1 Specifies style 1.
msoBackgroundStylePreset2 Specifies style 2.
msoBackgroundStylePreset3 Specifies style 3.
msoBackgroundStylePreset4 Specifies style 4.
msoBackgroundStylePreset5 Specifies style 5.
msoBackgroundStylePreset6 Specifies style 6.
msoBackgroundStylePreset7 Specifies style 7.
msoBackgroundStylePreset8 Specifies style 8.
msoBackgroundStylePreset9 Specifies style 9.
msoBackgroundStylePreset10 Specifies style 10.
msoBackgroundStylePreset11 Specifies style 11.
msoBackgroundStylePreset12 Specifies style 12.

See Also

Reference

Microsoft.Office.Core Namespace