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