Home  Products  Purchase  Downloads  Demos  Forums  Blogs  Ticket  Wiki  API  Corporate

com.aspose.cells
Interface ValidationAlertType


public interface ValidationAlertType

Represents the validation alert style.


Field Summary
static byte INFORMATION
          INFORMATION alert style.
static byte STOP
          STOP alert style.
static byte WARNING
          WARNING alert style.
 

Field Detail

INFORMATION

static final byte INFORMATION
INFORMATION alert style.

See Also:
Constant Field Values

STOP

static final byte STOP
STOP alert style.

See Also:
Constant Field Values

WARNING

static final byte WARNING
WARNING alert style.

See Also:
Constant Field Values