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


In This Topic
    Formula Property (ExcelSparkline)
    In This Topic
    Gets or sets the formula.
    Syntax
    'Declaration
     
    
    Public Property Formula As String
    'Usage
     
    
    Dim instance As ExcelSparkline
    Dim value As String
     
    instance.Formula = value
     
    value = instance.Formula
    public string Formula {get; set;}

    Property Value

    The formula.
    Example
    This example creates sparklines.
    See Also