Spread for ASP.NET 7.0 Product Documentation
OnValidate Method
See Also  Support Options
FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > SheetViewCollection Class : OnValidate Method


value
Sheet against which to validate

Glossary Item Box

Processes the OnValidate event, which validates a sheet in the collection.

Syntax

Visual Basic (Declaration) 
Protected Overrides Sub OnValidate( _
   ByVal value As Object _
) 
Visual Basic (Usage)Copy Code
Dim instance As SheetViewCollection
Dim value As Object
 
instance.OnValidate(value)
C# 
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

© 2002-2014 ComponentOne, a division of GrapeCity. All Rights Reserved.