Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / SpreadChartExtension Class / GetAvailableChartName Method
The sheet view.


In This Topic
    GetAvailableChartName Method
    In This Topic
    Gets the available name of the new chart. This method follows the logic of Elements.GenerateName but keeps the default naming convention for Control and Component of Microsoft.
    Syntax
    'Declaration
     
    
    Public Function GetAvailableChartName( _
       ByVal sheetView As SheetView _
    ) As String
    'Usage
     
    
    Dim instance As SpreadChartExtension
    Dim sheetView As SheetView
    Dim value As String
     
    value = instance.GetAvailableChartName(sheetView)
    public string GetAvailableChartName( 
       SheetView sheetView
    )

    Parameters

    sheetView
    The sheet view.
    See Also