[]
Determines whether this cell range is valid in the specified sheet.
public bool IsValidRange(SheetView sheetView)
Public Function IsValidRange(sheetView As SheetView) As Boolean
| Type | Name | Description |
|---|---|---|
| SheetView | sheetView | SheetView object with the sheet |
| Type | Description |
|---|---|
| bool |
Determines whether this cell range is valid in the specified sheet and whether to treat as a span.
public bool IsValidRange(SheetView sheetView, bool isSpan)
Public Function IsValidRange(sheetView As SheetView, isSpan As Boolean) As Boolean
| Type | Name | Description |
|---|---|---|
| SheetView | sheetView | SheetView object with the sheet |
| bool | isSpan | Whether to treat the cell range as a span (or else selection) |
| Type | Description |
|---|---|
| bool |