GridCalculationData.GetParamText

GridCalculationData.GetParamText method

Gets the literal text of the parameter at given index.

public string GetParamText(int index)
ParameterTypeDescription
indexInt32The index of the parameter(0 based).

Return Value

The literal text of the parameter.

See Also