| ExcelXmlWriterWriteWhitespace Method |
[Missing <summary> documentation for "M:Activsoft.Dashboard.ExcelXmlWriter.WriteWhitespace(System.String)"]
Namespace: Activsoft.DashboardAssembly: Activsoft.Dashboard (in Activsoft.Dashboard.dll) Version: 1.1.0.0 (1.1.0.0)
Syntaxpublic override void WriteWhitespace(
string ws
)
Public Overrides Sub WriteWhitespace (
ws As String
)
public:
virtual void WriteWhitespace(
String^ ws
) override
abstract WriteWhitespace :
ws : string -> unit
override WriteWhitespace :
ws : string -> unit Parameters
- ws
- Type: SystemString
[Missing <param name="ws"/> documentation for "M:Activsoft.Dashboard.ExcelXmlWriter.WriteWhitespace(System.String)"]
See Also