Fieldslabelindex Method |
|
DataPA OpenAnalytics API Reference
Gets the numeric index of a field given the label of the field
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public short labelindex(
string Label
)
Public Function labelindex (
Label As String
) As Short
public:
virtual short labelindex(
String^ Label
) sealed
function labelindex(Label);
Parameters
- Label
- Type: SystemString
The label of the given field
Return Value
Type:
Int16The numeric index of the field in the fields collection
Remarks See Also