[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.CheckBoxCellType

Class CheckBoxCellType

Namespace
GrapeCity.Documents.Excel
Assembly
GcDocs.Excel.dll

Represents a check box cell.

public class CheckBoxCellType : BaseCellType
Inheritance
object
CheckBoxCellType
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Constructors

CheckBoxCellType()

Create a check box cell type.

public CheckBoxCellType()

Properties

AutoBoxSize

Gets or sets whether boxSize changes with font size.

public bool AutoBoxSize { get; set; }

Property Value

bool

BoxSize

Gets or sets a value that indicates the check box size

public int BoxSize { get; set; }

Property Value

int

Caption

Gets or sets the caption of the cell type.

public string Caption { get; set; }

Property Value

string

IsThreeState

Gets or sets a value that indicates whether the check box supports three states.

public bool IsThreeState { get; set; }

Property Value

bool

TextAlign

Gets or sets the text alignment relative to the check box.

public CheckBoxAlign TextAlign { get; set; }

Property Value

CheckBoxAlign

TextFalse

Gets or sets the text in the cell when the cell's value is false.

public string TextFalse { get; set; }

Property Value

string

TextIndeterminate

Gets or sets the text in the cell when the cell's value is indeterminate (neither true nor false).

public string TextIndeterminate { get; set; }

Property Value

string

TextTrue

Gets or sets the text in the cell when the cell's value is true.

public string TextTrue { get; set; }

Property Value

string