set_subscript method

set_subscript

Creates subscript

Returns

New math element of type IMathSubscriptElement

def set_subscript(self, subscript):
    ...
ParameterTypeDescription
subscriptIMathElementSubscript (lower index on the right)

set_subscript

Creates subscript

Returns

New math element of type IMathSubscriptElement

def set_subscript(self, subscript):
    ...
ParameterTypeDescription
subscriptstrSubscript (lower index on the right)

See Also