Spread for ASP.NET 8.0 Product Documentation
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
System.ArgumentNullExceptionNo sheet specified.
Requirements

Target Platforms: Windows 7, Windows 8, Windows Vista, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

SheetViewCollection Class
SheetViewCollection Members

 

 


Copyright © GrapeCity, inc. All rights reserved.