[]
Represents a check box cell.
public class CheckBoxCellType : BaseCellType
Public Class CheckBoxCellType
Inherits BaseCellType
| Name | Description |
|---|---|
| CheckBoxCellType() | Create a check box cell type. |
| Name | Description |
|---|---|
| AutoBoxSize | Gets or sets whether boxSize changes with font size. |
| BoxSize | Gets or sets a value that indicates the check box size |
| Caption | Gets or sets the caption of the cell type. |
| IsThreeState | Gets or sets a value that indicates whether the check box supports three states. |
| TextAlign | Gets or sets the text alignment relative to the check box. |
| TextFalse | Gets or sets the text in the cell when the cell's value is false. |
| TextIndeterminate | Gets or sets the text in the cell when the cell's value is indeterminate (neither true nor false). |
| TextTrue | Gets or sets the text in the cell when the cell's value is true. |