Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / IPaintingContext Interface / Row Property


In This Topic
    Row Property (IPaintingContext)
    In This Topic
    Gets the row index of current context cell.
    Syntax
    'Declaration
     
    
    ReadOnly Property Row As Integer
    'Usage
     
    
    Dim instance As IPaintingContext
    Dim value As Integer
     
    value = instance.Row
    int Row {get;}
    See Also