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


In This Topic
    ToggleFirstPoint Method
    In This Topic
    Creates a command that changes the sparklines first point's visibility.
    Syntax
    'Declaration
     
    
    Public Shared Function ToggleFirstPoint( _
       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.ToggleFirstPoint(worksheet, value)
    public static SparklineCommand ToggleFirstPoint( 
       IWorksheet worksheet,
       bool value
    )

    Parameters

    worksheet
    The worksheet contains sparklines.
    value
    The visibility
    See Also