Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / SparklineCommand Class / ToggleMarkers Method
The worksheet contains sparklines.
The visibility


In This Topic
    ToggleMarkers Method
    In This Topic
    Creates a command that changes the sparklines markers's visibility.
    Syntax
    'Declaration
     
    
    Public Shared Function ToggleMarkers( _
       ByVal worksheet As IWorksheet, _
       ByVal value As Boolean _
    ) As SparklineCommand
    'Usage
     
    
    Dim worksheet As IWorksheet
    Dim value As Boolean
    Dim value As SparklineCommand
     
    value = SparklineCommand.ToggleMarkers(worksheet, value)
    public static SparklineCommand ToggleMarkers( 
       IWorksheet worksheet,
       bool value
    )

    Parameters

    worksheet
    The worksheet contains sparklines.
    value
    The visibility
    See Also