Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / SheetViewCollection Class / OnValidate Method
Sheet against which to validate


In This Topic
    OnValidate Method
    In This Topic
    Processes the OnValidate event, which validates a sheet in the collection.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub OnValidate( _
       ByVal value As Object _
    ) 
    'Usage
     
    
    Dim instance As SheetViewCollection
    Dim value As Object
     
    instance.OnValidate(value)
    protected override void OnValidate( 
       object value
    )

    Parameters

    value
    Sheet against which to validate
    Exceptions
    ExceptionDescription
    No sheet specified.
    See Also