Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / FormulaEntry Class / ControlID Property


In This Topic
    ControlID Property
    In This Topic
    Gets or sets the target control ID.
    Syntax
    'Declaration
     
    
    Public Property ControlID As String
    'Usage
     
    
    Dim instance As FormulaEntry
    Dim value As String
     
    instance.ControlID = value
     
    value = instance.ControlID
    public string ControlID {get; set;}
    See Also