parse table col style from html node

Namespace: CuteEditor.Convertor
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0

Syntax

C#
public static void ParseColStyleFromHTML(
	HTMLNode node,
	TableCol col
)
Visual Basic
Public Shared Sub ParseColStyleFromHTML ( _
	node As HTMLNode, _
	col As TableCol _
)
Visual C++
public:
static void ParseColStyleFromHTML(
	HTMLNode^ node, 
	TableCol^ col
)

See Also