Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / SheetSpanModelEventArgs Class / RowCount Property


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