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


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

    Property Value

    The row.
    See Also