'Declaration Public Overloads Function Remove( _
ByVal tabStopThe custom tab stop to remove.As OpenXmlCustomTabStop _
) As Boolean
public bool Remove(
OpenXmlCustomTabStop tabStop
)
public: bool Remove(
OpenXmlCustomTabStop* tabStop
)
public:
bool Remove(
OpenXmlCustomTabStop^ tabStop
)
Parameters
- tabStop
- The custom tab stop to remove.
Return Value
True if the custom tab stop is removed; otherwise, false.