[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Model.CellRange.IsValidRange

IsValidRange Method

IsValidRange(SheetView)

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

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

SheetView object with the sheet

Returns
Type Description
bool

true if is valid; false otherwise

IsValidRange(SheetView, bool)

Determines whether this cell range is valid in the specified sheet and whether to treat as a span.

Declaration
public bool IsValidRange(SheetView sheetView, bool isSpan)
Public Function IsValidRange(sheetView As SheetView, isSpan As Boolean) As Boolean
Parameters
Type Name Description
SheetView sheetView

SheetView object with the sheet

bool isSpan

Whether to treat the cell range as a span (or else selection)

Returns
Type Description
bool

true if is valid; false otherwise