[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.CheckBoxListCellType

Class CheckBoxListCellType

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

Represents an editable CheckBoxList cell.

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

Constructors

CheckBoxListCellType()

Create a check box list cell type.

public CheckBoxListCellType()

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

Direction

Gets or sets the direction of the check-box-list list.

public CellTypeDirection Direction { get; set; }

Property Value

CellTypeDirection

HorizontalSpacing

Gets or sets the horizontal spacing in the check-box-list.

public int HorizontalSpacing { get; set; }

Property Value

int

IsFlowLayout

Gets or sets the check-box-list's layout is autofit.

public bool IsFlowLayout { get; set; }

Property Value

bool

Items

Gets or sets the items for the check-box-list list.

public IList<SelectFieldItem> Items { get; }

Property Value

System.Collections.Generic.IList<T><SelectFieldItem>

MaxColumnCount

Gets or sets the items for the check-box-list's column count.

public int MaxColumnCount { get; set; }

Property Value

int

MaxRowCount

Gets or sets the items for the check-box-list's row count.

public int MaxRowCount { get; set; }

Property Value

int

TextAlign

Gets or sets the text of check-box-list's position, only support left and right .

public CellTypeTextAlign TextAlign { get; set; }

Property Value

CellTypeTextAlign

VerticalSpacing

Gets or sets the vertical spacing in the check-box-list.

public int VerticalSpacing { get; set; }

Property Value

int