[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.CheckBoxListCellType.MaxColumnCount

MaxColumnCount Property

MaxColumnCount

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

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