Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / ExcelSparkline Class / Row Property
Example


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.
    Example
    This example creates sparklines.
    See Also