Aspose::Cells::Drawing::CheckValueType enum
CheckValueType enum
Represents the check value type of the check box.
enum class CheckValueType
Values
Name | Value | Description |
---|---|---|
UnChecked | 0 | UnChecked. |
Checked | 1 | Checked. |
Mixed | 2 | Mixed. |
See Also
- Namespace Aspose::Cells::Drawing
- Library Aspose.Cells for C++