Home  Products  Purchase  Downloads  Demos  Forums  Blogs  Ticket  Wiki  API  Corporate


com.aspose.cells
Interface CheckValueType


public interface CheckValueType

Represents the type of Check value.


Field Summary
static byte CHECKED
          Check value type: CHECKED
static byte MIXED
          Check value type: MIXED
static byte UNCHECKED
          Check value type: UNCHECKED
 

Field Detail

UNCHECKED

static final byte UNCHECKED
Check value type: UNCHECKED

See Also:
Constant Field Values

CHECKED

static final byte CHECKED
Check value type: CHECKED

See Also:
Constant Field Values

MIXED

static final byte MIXED
Check value type: MIXED

See Also:
Constant Field Values