Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / FpSpread Class / Controls Property
Example


In This Topic
    Controls Property
    In This Topic
    Gets the controls.
    Syntax
    'Declaration
     
    
    Public Overrides ReadOnly Property Controls As ControlCollection
    'Usage
     
    
    Dim instance As FpSpread
    Dim value As ControlCollection
     
    value = instance.Controls
    public override ControlCollection Controls {get;}

    Property Value

    ControlCollection containing the controls
    Example
    This example returns the identifier of the control.This example returns the identifier of the control.
    See Also