Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Worksheet Class / FindSurfaceChart Method
The surface chart name to find.


In This Topic
    FindSurfaceChart Method
    In This Topic
    Finds the surface chart with specified name.
    Syntax
    'Declaration
     
    Public Function FindSurfaceChart( _
       ByVal name As String _
    ) As SpreadSurfaceChart
    'Usage
     
    Dim instance As Worksheet
    Dim name As String
    Dim value As SpreadSurfaceChart
     
    value = instance.FindSurfaceChart(name)
    public SpreadSurfaceChart FindSurfaceChart( 
       string name
    )

    Parameters

    name
    The surface chart name to find.
    See Also