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);
True if row headings are displayed; otherwise, false.
ExportOptionsHtml Class | NativeExcel Namespace | ShowColumnHeadings