dbicList Send comments on this topic.
dbiCellFormat Constructor(XmlNodeList)
See Also 
dbicBase Assembly > Dbi.WinControl Namespace > dbiCellFormat Class > dbiCellFormat Constructor : dbiCellFormat Constructor(XmlNodeList)

xmlNodes
A collection of XMLNodes.
Initializes a new instance of the dbiCellFormat class based on an XmlNodeList.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal xmlNodes As XmlNodeList _
)
C# 
public dbiCellFormat( 
   XmlNodeList xmlNodes
)

Parameters

xmlNodes
A collection of XMLNodes.

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also