Spread for ASP.NET 12 Product Documentation
OnValidate Method


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > SheetViewCollection Class : OnValidate Method
Sheet against which to validate
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

Reference

SheetViewCollection Class
SheetViewCollection Members