[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.RadioButtonListCellType

Class RadioButtonListCellType

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

Represents an editable radio button list cell.

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

Constructors

RadioButtonListCellType()

Create a radio button list cell type.

public RadioButtonListCellType()

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 radio-button list.

public CellTypeDirection Direction { get; set; }

Property Value

CellTypeDirection

HorizontalSpacing

Gets or sets the horizontal spacing in the radio-button.

public int HorizontalSpacing { get; set; }

Property Value

int

IsFlowLayout

Gets or sets the radio-button's layout is autofit.

public bool IsFlowLayout { get; set; }

Property Value

bool

Items

Gets or sets the items for the radio-button.

public IList<SelectFieldItem> Items { get; }

Property Value

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

MaxColumnCount

Gets or sets the items for the radio-button's row count.

public int MaxColumnCount { get; set; }

Property Value

int

MaxRowCount

Gets or sets the items for the radio-button's row count.

public int MaxRowCount { get; set; }

Property Value

int

TextAlign

Gets or sets the text of radio-button's position, only support left and right .

public CellTypeTextAlign TextAlign { get; set; }

Property Value

CellTypeTextAlign

VerticalSpacing

Gets or sets the vertical spacing in the radio-button.

public int VerticalSpacing { get; set; }

Property Value

int