Click or drag to resize
LocationToCellName Method
Generate cell name based on row and column

Namespace: FlexRule.Decisions.Tables.Definitions
Assembly: FlexRule.Decisions (in FlexRule.Decisions.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
public static string ToCellName(
	int row,
	int col
)

Parameters

row
Type: SystemInt32
col
Type: SystemInt32

Return Value

Type: String
See Also