CopyColHeaders Property

Returns/Sets whether or not to copy column headers in copy and save as operations.


Syntax

object.CopyColHeaders [=  value ]

The syntax of the CopyColHeaders Property has these parts:

PartDescription
objectA DGrid control.
value  A boolean expression that determines if column headings are copied in Copy and SaveAs operations (True), or not (False).

Data Type

Boolean