Gets or sets a value that indicates whether or not the column headings are displayed. Default value is false
[Visual Basic] Public Property ShowColumnHeadings As Boolean [C#] public bool ShowColumnHeadings { get; set; } [C++] public: __property bool get_ShowColumnHeadings(); public: __property void set_ShowColumnHeadings(bool ); [JScript] public function get ShowColumnHeadings() : bool public function set ShowColumnHeadings(bool);
True if column headings are displayed; otherwise, false.
ExportOptionsHtml Class | NativeExcel Namespace | ShowRowHeadings