ListBoxActiveXControlShowColumnHeads Property |
Indicates whether column headings are displayed.
Namespace:
Aspose.Diagram.ActiveXControls
Assembly:
Aspose.Diagram (in Aspose.Diagram.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic bool ShowColumnHeads { get; set; }Public Property ShowColumnHeads As Boolean
Get
Set
public:
property bool ShowColumnHeads {
bool get ();
void set (bool value);
}member ShowColumnHeads : bool with get, set
Property Value
Type:
Boolean
See Also