wspWSSPDefAddToAllowedPatternGroups
wspWSSPDefAddToAllowedPatternGroups(
d_cellViewId
t_wsspDefName
t_patternGroupName
)
=> t / nil
Description
Adds a width spacing pattern (WSP) group to the list of allowed pattern groups for a WSSPDef.
Arguments
Value Returned
|
The WSP is added to the allowed pattern groups for a WSSPDef. |
|
|
The WSP is not added to the allowed pattern groups for a WSSPDef. |
Example
wspWSSPDefAddToAllowedPatternGroups(geGetEditCellView() "M1AllPeriod190" "WSP2RSP")
Return to top