Spread Windows Forms 6.0 Product Documentation
IsValid Method
See Also  Support Options
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.Data Namespace > DefaultSpreadDataViewMapper Class : IsValid Method


sheetView
Sheet

Glossary Item Box

Determines whether this cell range is valid in the specified sheet.

Syntax

Visual Basic (Declaration) 
Public Function IsValid( _
   ByVal sheetView As SheetView _
) As Boolean
Visual Basic (Usage)Copy Code
Dim instance As DefaultSpreadDataViewMapper
Dim sheetView As SheetView
Dim value As Boolean
 
value = instance.IsValid(sheetView)
C# 
public bool IsValid( 
   SheetView sheetView
)

Parameters

sheetView
Sheet

Return Value

true if [is valid mapper] [the specified sheet view]; otherwise, false.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

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