PositionalRepresentation.IsPatternColumnOffsetOverridden Method
Parent Object: PositionalRepresentationDescription
Method that returns whether the column offset of the input rectangular pattern is overridden for the positional representation and returns the offset value.
Syntax
PositionalRepresentation.IsPatternColumnOffsetOverridden( Pattern As RectangularOccurrencePattern, ColumnOffset As String ) As BooleanParameters
Name | Type | Description |
Pattern | RectangularOccurrencePattern | Input RectangularOccurrencePattern object that specifies the pattern to be queried for the override. |
ColumnOffset | String | Output String that returns the column offset (whether it is overridden or not). |