Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / CompareCellValidator Class / Row Property


In This Topic
    Row Property (CompareCellValidator)
    In This Topic
    Gets or sets the compared row's index.
    Syntax
    'Declaration
     
    
    Public Property Row As Integer
    'Usage
     
    
    Dim instance As CompareCellValidator
    Dim value As Integer
     
    instance.Row = value
     
    value = instance.Row
    public int Row {get; set;}
    See Also