 | OpenXmlWriterWriteString Method |
When overridden in a derived class, writes the given text content.
Namespace: DocumentFormat.OpenXmlAssembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll) Version: 2.11.3+Branch.master.Sha.3fcdea311b5a001803ff150de35c25fd4cd62f93.3fcdea311b5a001803ff150de35c25fd4cd62f93
Syntaxpublic abstract void WriteString(
string text
)
Public MustOverride Sub WriteString (
text As String
)
public:
virtual void WriteString(
String^ text
) abstract
abstract WriteString :
text : string -> unit Parameters
- text String
- The text to write.
See Also