Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / GcListBox Class / AlternationCount Property


In This Topic
    AlternationCount Property (GcListBox)
    In This Topic
    Syntax
    'Declaration
     
    <BindableAttribute(True)>
    <CustomCategoryAttribute("Content")>
    Public Property AlternationCount As Integer
    'Usage
     
    Dim instance As GcListBox
    Dim value As Integer
     
    instance.AlternationCount = value
     
    value = instance.AlternationCount
    [Bindable(true)]
    [CustomCategory("Content")]
    public int AlternationCount {get; set;}
    See Also