'Declaration Public Overloads Function AddPhantom( _ ByVal argumentText As System.String, _ ByVal smash As System.Boolean _ ) As OMathPhantom
public OMathPhantom AddPhantom( System.string argumentText, System.bool smash )
Parameters
- argumentText
- The structure argument element text.
- smash
- Whether the argument element is visible but that the height is not taken into account in the spacing of the layout.
Return Value
The added OMathPhantom instance.