Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / CellValueChangedEventArgs Class / Count Property


In This Topic
    Count Property (CellValueChangedEventArgs)
    In This Topic
    Gets the total number of cell references which are changed recently.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Count As Integer
    'Usage
     
    
    Dim instance As CellValueChangedEventArgs
    Dim value As Integer
     
    value = instance.Count
    public int Count {get;}

    Property Value

    The total number of cell calculated references.
    See Also