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


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

    Property Value

    The row.
    See Also