FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ConditionalFormattingModelEventArgs Class / RowCount Property


In This Topic
RowCount Property (ConditionalFormattingModelEventArgs)
In This Topic
Gets the number of rows.
Syntax
'Declaration
 
Public ReadOnly Property RowCount As Integer
 
'Usage
 
Dim instance As ConditionalFormattingModelEventArgs
Dim value As Integer
 
value = instance.RowCount
See Also