'Declaration Public Function Remove( _ ByVal name As System.String _ ) As System.Boolean
public System.bool Remove( System.string name )
Parameters
- name
- The style name to remove.
Return Value
true if the TocStyleLevel was successfully found and removed, false otherwise.