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


In This Topic
    ID Property (SpreadChart)
    In This Topic
    Gets or sets the programmatic identifier assigned to the SpreadChart control.
    Syntax
    'Declaration
     
    
    Public Overrides Property ID As String
    'Usage
     
    
    Dim instance As SpreadChart
    Dim value As String
     
    instance.ID = value
     
    value = instance.ID
    public override string ID {get; set;}
    See Also