[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.RadioButtonListCellType.MaxColumnCount

MaxColumnCount Property

MaxColumnCount

Gets or sets the maximum column count for the radio button list.

Declaration
public int MaxColumnCount { get; set; }
Public Property MaxColumnCount As Integer
Examples
RadioButtonListCellType cellType = new RadioButtonListCellType();
cellType.MaxColumnCount = 2;
int maxColumnCount = cellType.MaxColumnCount;