Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / SheetView Class / UngroupSparkline Method / UngroupSparkline(String) Method
The location reference.
Example


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
    The location reference.
    Example
    This example uses the UngroupSparkline method.
    See Also