Comment
Replace Method (String)
|
Replace commented items with matchString text.
Namespace:
Spire.Doc.Fields
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public void Replace(
string text
)
Public Sub Replace (
text As String
)
public:
void Replace(
String^ text
)
member Replace :
text : string -> unit
Parameters
-
text
-
Type:
System
String
The text.
See Also