Changes the Implied Share setting of an outline.
Syntax
ESS_FUNC_M EssOtlSetImpliedShare(hOutline, impliedShareSetting);
Parameter | Data Type | Description |
---|---|---|
hOutline | ESS_HOUTLINE_T | Outline context handle (input). |
impliedShareSetting | ESS_USHORT | The implied share setting value. See Implied Share Setting (C). |
Return Value
0—If successful
Error number—If unsuccessful
See Also