Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ISparkline Interface / Row Property


In This Topic
    Row Property (ISparkline)
    In This Topic
    Gets or sets the row.
    Syntax
    'Declaration
     
    
    Property Row As Integer
    'Usage
     
    
    Dim instance As ISparkline
    Dim value As Integer
     
    instance.Row = value
     
    value = instance.Row
    int Row {get; set;}

    Property Value

    The row.
    See Also