NativeExcel for .Net Developer's Reference

ExportOptionsHtml.ShowRowHeadings Property

Gets or sets a value that indicates whether or not the row headings are displayed. Default value is false

[Visual Basic]
Public Property ShowRowHeadings As Boolean
[C#]
public bool ShowRowHeadings { get; set; }
[C++]
public: __property bool get_ShowRowHeadings();
public: __property void set_ShowRowHeadings(bool );
[JScript]
public function get ShowRowHeadings() : bool
public function set ShowRowHeadings(bool);

Property Value

True if row headings are displayed; otherwise, false.

See Also

ExportOptionsHtml Class | NativeExcel Namespace | ShowColumnHeadings