Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / FpSpread Class / RemoveReadOnlyMsgFromControlCollection Method


In This Topic
    RemoveReadOnlyMsgFromControlCollection Method
    In This Topic
    Remove the internal _readOnlyErrorMesg field of the ControlCollection class that throws an exception each time Spread tries to add a control to the collection.
    Syntax
    'Declaration
     
    
    Public Shared Function RemoveReadOnlyMsgFromControlCollection( _
       ByVal controls As ControlCollection _
    ) As String
    'Usage
     
    
    Dim controls As ControlCollection
    Dim value As String
     
    value = FpSpread.RemoveReadOnlyMsgFromControlCollection(controls)
    public static string RemoveReadOnlyMsgFromControlCollection( 
       ControlCollection controls
    )

    Parameters

    controls
    See Also