Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ConditionalFormattingModelEventArgs Class / TargetRow Property


In This Topic
    TargetRow Property
    In This Topic
    Gets the target row index.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property TargetRow As Integer
    'Usage
     
    
    Dim instance As ConditionalFormattingModelEventArgs
    Dim value As Integer
     
    value = instance.TargetRow
    public int TargetRow {get;}
    See Also