[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Data.DefaultSpreadDataViewMapper.IsValid

IsValid Method

IsValid(SheetView)

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

Declaration
public bool IsValid(SheetView sheetView)
Public Function IsValid(sheetView As SheetView) As Boolean
Parameters
Type Name Description
SheetView sheetView

Sheet

Returns
Type Description
bool

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

Implements