RtfTextWriter
OutputTabs Method
|
Outputs any pending tabs if there are any,and resets the pending tabs flag.
Namespace:
Spire.Xls.Core.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
protected virtual void OutputTabs()
Protected Overridable Sub OutputTabs
protected:
virtual void OutputTabs()
abstract OutputTabs : unit -> unit
override OutputTabs : unit -> unit
See Also