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


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