Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Chart Namespace / SpreadChart Class / Name Property


In This Topic
    Name Property (SpreadChart)
    In This Topic
    Gets the name of the SpreadChart control.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Name As String
    'Usage
     
    
    Dim instance As SpreadChart
    Dim value As String
     
    value = instance.Name
    public string Name {get;}
    See Also