Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / SparklineCommand Class / ChangeDisplayEmpty Method
The worksheet contains sparklines.
The locations of sparklines.
Specified how blank cell is diplayed.
hidden cell should be display or not.


In This Topic
    ChangeDisplayEmpty Method
    In This Topic
    Creates a command that change display of empty/ hidden cell for current active sparkline group.
    Syntax
    'Declaration
     
    
    Public Shared Function ChangeDisplayEmpty( _
       ByVal worksheet As IWorksheet, _
       ByVal references() As Reference, _
       ByVal blankValStyle As DisplayBlanksAs, _
       ByVal displayHidden As Boolean _
    ) As SparklineCommand
    'Usage
     
    
    Dim worksheet As IWorksheet
    Dim references() As Reference
    Dim blankValStyle As DisplayBlanksAs
    Dim displayHidden As Boolean
    Dim value As SparklineCommand
     
    value = SparklineCommand.ChangeDisplayEmpty(worksheet, references, blankValStyle, displayHidden)

    Parameters

    worksheet
    The worksheet contains sparklines.
    references
    The locations of sparklines.
    blankValStyle
    Specified how blank cell is diplayed.
    displayHidden
    hidden cell should be display or not.
    See Also