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

Property Value

The total number of cell calculated references.
See Also