Header Constructor (DataGridViewColumnHeaderCell) | |
Initializes a new instance of the
Header class
Namespace:
XSharp.VFP.UI
Assembly:
XSharp.VFP.UI (in XSharp.VFP.UI.dll) Version: 2.21
Syntax CONSTRUCTOR(
source AS DataGridViewColumnHeaderCell
)
public Header(
DataGridViewColumnHeaderCell source
)
Request Example
View SourceParameters
- source
- Type: DataGridViewColumnHeaderCell
See Also