Aspose::Cells::Drawing::ActiveXControls::DropButtonStyle enum

DropButtonStyle enum

Represents the symbol displayed on the drop button.

enum class DropButtonStyle

Values

NameValueDescription
Plain0
Displays a button with no symbol.
Arrow1
Displays a button with a down arrow.
Ellipsis2
Displays a button with an ellipsis (…).
Reduce3
Displays a button with a horizontal line like an underscore character.

See Also