ShowColumnHeaders Property
In This Topic
Gets or sets whether to print the column headers.
Syntax
'Declaration
Public Property ShowColumnHeaders As Boolean
'Usage
Dim instance As PrintInfo
Dim value As Boolean
instance.ShowColumnHeaders = value
value = instance.ShowColumnHeaders
public bool ShowColumnHeaders {get; set;}
See Also