Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / CheckBoxCellType Class
Properties

In This Topic
    CheckBoxCellType Class Members
    In This Topic

    The following tables list the members exposed by CheckBoxCellType.

    Public Constructors
     NameDescription
    Public Constructor Create a check box cell type.  
    Top
    Public Properties
     NameDescription
    Public Property Gets or sets whether boxSize changes with font size.  
    Public Property Gets or sets a value that indicates the check box size  
    Public Property Gets or sets the caption of the cell type.  
    Public Property Gets or sets a value that indicates whether the check box supports three states.  
    Public Property Gets or sets the text alignment relative to the check box.  
    Public Property Gets or sets the text in the cell when the cell's value is false.  
    Public Property Gets or sets the text in the cell when the cell's value is indeterminate (neither true nor false).  
    Public Property Gets or sets the text in the cell when the cell's value is true.  
    Top
    See Also