[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.RadioButtonListCellType.MaxRowCount

MaxRowCount Property

MaxRowCount

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

Declaration
public int MaxRowCount { get; set; }
Public Property MaxRowCount As Integer
Examples
RadioButtonListCellType cellType = new RadioButtonListCellType();
cellType.MaxRowCount = 3;
int maxRowCount = cellType.MaxRowCount;