Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / SheetSelectionModelEventArgs Class / RowCount Property


In This Topic
    RowCount Property (SheetSelectionModelEventArgs)
    In This Topic
    Gets the number of rows in the selection.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property RowCount As Integer
    'Usage
     
    
    Dim instance As SheetSelectionModelEventArgs
    Dim value As Integer
     
    value = instance.RowCount
    public int RowCount {get;}
    See Also