NativeExcel for .Net Developer's Reference

ExportOptionsHtml.ShowColumnHeadings Property

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);

Property Value

True if column headings are displayed; otherwise, false.

See Also

ExportOptionsHtml Class | NativeExcel Namespace | ShowRowHeadings