TextRange2.RemovePeriods Method
Removes all period (.) punctuation from the text in the TextRange2 object.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Sub RemovePeriods
'Usage
Dim instance As TextRange2
instance.RemovePeriods()
void RemovePeriods()