Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / UngroupSparkline Method / UngroupSparkline(String) Method
Location reference


In This Topic
    UngroupSparkline(String) Method
    In This Topic
    Ungroups the sparkline.
    Syntax
    'Declaration
     
    
    Public Overloads Sub UngroupSparkline( _
       ByVal locationRef As String _
    ) 
    'Usage
     
    
    Dim instance As SheetView
    Dim locationRef As String
     
    instance.UngroupSparkline(locationRef)
    public void UngroupSparkline( 
       string locationRef
    )

    Parameters

    locationRef
    Location reference
    See Also