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


In This Topic
    RowCount Property (SheetStyleModelEventArgs)
    In This Topic
    Gets the number of rows, or -1 if all rows were affected.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property RowCount As Integer
    'Usage
     
    
    Dim instance As SheetStyleModelEventArgs
    Dim value As Integer
     
    value = instance.RowCount
    public int RowCount {get;}
    See Also