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


In This Topic
    Formula Property (ExcelSparklineSetting)
    In This Topic
    Gets or sets a value that specifies the date range for the sparkline group.
    Syntax
    'Declaration
     
    
    Public Property Formula As String
    'Usage
     
    
    Dim instance As ExcelSparklineSetting
    Dim value As String
     
    instance.Formula = value
     
    value = instance.Formula
    public string Formula {get; set;}
    Example
    This example creates a sparkline in a cell.
    See Also