|
|
Finds a row using the specified column values.
This viper method also supports the extension viper syntax.
Syntax
| Smartsite SXML |
|
|---|---|
integer this.findexact(any[ ] columnValues) |
|
Extension Viper Syntax
| Smartsite SXML |
|
|---|---|
integer page.<id>.findexact(any[ ] columnValues) |
|
Parameters
Return Value
| Data Type | Description |
|---|---|
| Integer | The number of the row if found; otherwise, -1 |
Used in
| Macro | Description |
|---|---|
| Metadata | Provides metadata that can be included in an HTML page and forwarded to external components such as the PDF generator and Image Processor. |
| PlaceHolder | Represents a datatable that can be accessed from other elements while in scope, then formatted and rendered when going out of scope. |