RtfTextWriter
WriteTag Method (RtfTags,
Object
)
|
Writes an RTF tag to the output with optional parameters.
Namespace:
Spire.Xls.Core.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public void WriteTag(
RtfTags tag,
params Object[] arrParams
)
Public Sub WriteTag (
tag As RtfTags,
ParamArray arrParams As Object()
)
public:
void WriteTag(
RtfTags tag,
... array<Object^>^ arrParams
)
member WriteTag :
tag : RtfTags *
arrParams : Object[] -> unit
Parameters
-
tag
-
Type:
Spire.Xls.Core.Spreadsheet
RtfTags
The RTF tag to write.
-
arrParams
-
Type:
System
Object
Optional parameters to format the tag with.
See Also