ExportToHTML.GetHtml Method (Range)

T3000 CrossPlatform

ExportToHTMLGetHtml Method (Range)

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:FastColoredTextBoxNS.ExportToHTML.GetHtml(FastColoredTextBoxNS.Range)"]

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public string GetHtml(
	Range r
)
Public Function GetHtml ( 
	r As Range
) As String

Dim instance As ExportToHTML
Dim r As Range
Dim returnValue As String

returnValue = instance.GetHtml(r)

Parameters

r
Type: FastColoredTextBoxNSRange

[Missing <param name="r"/> documentation for "M:FastColoredTextBoxNS.ExportToHTML.GetHtml(FastColoredTextBoxNS.Range)"]

Return Value

Type: String

[Missing <returns> documentation for "M:FastColoredTextBoxNS.ExportToHTML.GetHtml(FastColoredTextBoxNS.Range)"]

See Also