Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / StyleContainerEventArgs Class / ItemCount Property


In This Topic
    ItemCount Property
    In This Topic
    Get the number of the items, or -1 if the entire container was affected.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ItemCount As Integer
    'Usage
     
    
    Dim instance As StyleContainerEventArgs
    Dim value As Integer
     
    value = instance.ItemCount
    public int ItemCount {get;}
    See Also