Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / SparklineCommand Class / ChangeRighToLeft Method
The worksheet contains sparklines.
The sparkline's new plot data right-to-left setting


In This Topic
    ChangeRighToLeft Method
    In This Topic
    Creates a command that changes the sparkline's plot data right-to-left setting.
    Syntax
    'Declaration
     
    
    Public Shared Function ChangeRighToLeft( _
       ByVal worksheet As IWorksheet, _
       ByVal righToLeft As Boolean _
    ) As SparklineCommand
    'Usage
     
    
    Dim worksheet As IWorksheet
    Dim righToLeft As Boolean
    Dim value As SparklineCommand
     
    value = SparklineCommand.ChangeRighToLeft(worksheet, righToLeft)
    public static SparklineCommand ChangeRighToLeft( 
       IWorksheet worksheet,
       bool righToLeft
    )

    Parameters

    worksheet
    The worksheet contains sparklines.
    righToLeft
    The sparkline's new plot data right-to-left setting
    See Also