HTMLTableItemTWrite Method |
Method for writing item HTML to writer
Namespace:
DHI.Mike1D.Generic
Assembly:
DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax public virtual void Write(
HTMLLog htmlSummary,
TextWriter w
)
Public Overridable Sub Write (
htmlSummary As HTMLLog,
w As TextWriter
)
public:
virtual void Write(
HTMLLog^ htmlSummary,
TextWriter^ w
)
Parameters
- htmlSummary
- Type: DHI.Mike1D.GenericHTMLLog
[Missing <param name="htmlSummary"/> documentation for "M:DHI.Mike1D.Generic.HTMLTableItem`1.Write(DHI.Mike1D.Generic.HTMLLog,System.IO.TextWriter)"]
- w
- Type: System.IOTextWriter
[Missing <param name="w"/> documentation for "M:DHI.Mike1D.Generic.HTMLTableItem`1.Write(DHI.Mike1D.Generic.HTMLLog,System.IO.TextWriter)"]
Implements
IHTMLSectionItemWrite(HTMLLog, TextWriter)See Also