Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / ExcelSparklineSetting Class / ShowFirst Property
Example


In This Topic
    ShowFirst Property
    In This Topic
    Gets or sets a value that indicates whether the first data point is formatted differently for each sparkline in this sparkline group.
    Syntax
    'Declaration
     
    
    Public Property ShowFirst As Boolean
    'Usage
     
    
    Dim instance As ExcelSparklineSetting
    Dim value As Boolean
     
    instance.ShowFirst = value
     
    value = instance.ShowFirst
    public bool ShowFirst {get; set;}
    Example
    This example creates a sparkline in a cell.
    See Also