Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / SparklineCommand Class / ChangeType Method
The worksheet contains sparklines.
The new type of sparklines.


In This Topic
    ChangeType Method (SparklineCommand)
    In This Topic
    Creates a command that change sparkline type.
    Syntax
    'Declaration
     
    
    Public Shared Function ChangeType( _
       ByVal worksheet As IWorksheet, _
       ByVal type As SparkType _
    ) As SparklineCommand
    'Usage
     
    
    Dim worksheet As IWorksheet
    Dim type As SparkType
    Dim value As SparklineCommand
     
    value = SparklineCommand.ChangeType(worksheet, type)
    public static SparklineCommand ChangeType( 
       IWorksheet worksheet,
       SparkType type
    )

    Parameters

    worksheet
    The worksheet contains sparklines.
    type
    The new type of sparklines.
    See Also