Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / ExcelSparklineGroup Class / GetExcelSetting Method
Example


In This Topic
    GetExcelSetting Method
    In This Topic
    Gets the excel setting.
    Syntax
    'Declaration
     
    
    Public Function GetExcelSetting() As ExcelSparklineSetting
    'Usage
     
    
    Dim instance As ExcelSparklineGroup
    Dim value As ExcelSparklineSetting
     
    value = instance.GetExcelSetting()
    public ExcelSparklineSetting GetExcelSetting()
    Example
    This example creates sparklines.
    See Also