Struct UnsafeResultRange
A wrapper of a SafeResultRange which converts each row into an UnsafeRow.
struct UnsafeResultRange
;
Use the safe or unsafe UFCS methods to convert to and from these two types if needed.
See the Safe Migration document for more details.
Fields
| Name | Type | Description |
|---|---|---|
safe
|
SafeResultRange | The underlying range is a SafeResultRange. |
Methods
| Name | Description |
|---|---|
asAA
()
|
Equivalent to SafeResultRange.asAA, but converts each value to a Variant |
front
()
|
Equivalent to SafeResultRange.front, but wraps as an UnsafeRow. |