[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.RadioButtonListCellType

RadioButtonListCellType Class

Represents an editable radio button list cell.

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

Constructors

Name Description
RadioButtonListCellType()

Create a radio button list 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

Direction

Gets or sets the direction of radio-button list.

HorizontalSpacing

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

IsFlowLayout

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

Items

Gets or sets the items for the radio-button.

MaxColumnCount

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

MaxRowCount

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

TextAlign

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

VerticalSpacing

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