Name | Description | |
---|---|---|
CheckBoxCellType Constructor |
The following tables list the members exposed by CheckBoxCellType.
Name | Description | |
---|---|---|
CheckBoxCellType Constructor |
Name | Description | |
---|---|---|
getAutoBoxSize | Gets whether check box size changes with font size. | |
getBoxSize | Gets a value that indicates the check box size. | |
getCaption | Gets the caption of the cell type. | |
getIsThreeState | Gets a value that indicates whether the check box supports three states. | |
getTextAlign | Gets the text alignment relative to the check box. | |
getTextFalse | Gets the text in the cell when the cell's value is false. | |
getTextIndeterminate | Gets the text in the cell when the cell's value is indeterminate (neither true nor false). | |
getTextTrue | Gets the text in the cell when the cell's value is true. | |
setAutoBoxSize | Sets whether check box size changes with font size. | |
setBoxSize | Sets a value that indicates the check box size. | |
setCaption | Sets the caption of the cell type. | |
setIsThreeState | Sets a value that indicates whether the check box supports three states. | |
setTextAlign | Sets the text alignment relative to the check box. | |
setTextFalse | Sets the text in the cell when the cell's value is false. | |
setTextIndeterminate | Sets the text in the cell when the cell's value is indeterminate (neither true nor false). | |
setTextTrue | Sets the text in the cell when the cell's value is true. |