Spread for ASP.NET 9.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 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional

See Also

Reference

SheetViewCollection Class
SheetViewCollection Members

 

 


Copyright © GrapeCity, inc. All rights reserved.