Struct RowValue
Special Row values
Inherited Members
Namespace: Attachmate.Verastream.HostIntegrator.ScriptAPI
Assembly: Attachmate.Verastream.HostIntegrator.ScriptAPI.dll
Syntax
public struct RowValue
Fields
ANY_ROW
Specifies any row for those methods that allow it as a row value.
Declaration
public static readonly int ANY_ROW
Field Value
Type | Description |
---|---|
int |
CURRENT_ROW
Specifies the current row for those methods that allow it as a row value.
Declaration
public static readonly int CURRENT_ROW
Field Value
Type | Description |
---|---|
int |