[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.CheckBoxListCellType.MaxRowCount

MaxRowCount Property

MaxRowCount

Gets or sets the maximum row count for the check-box-list.

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