[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.CheckBoxCellType

CheckBoxCellType Class

Represents a check box cell.

Inheritance
CheckBoxCellType
Namespace: GrapeCity.Documents.Excel
Assembly: DS.Documents.Excel.dll
Syntax
public class CheckBoxCellType : BaseCellType
Public Class CheckBoxCellType
    Inherits BaseCellType

Constructors

Name Description
CheckBoxCellType()

Create a check box cell type.

Properties

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.