Version

IsHeaderRowVisible Property

Gets or sets the value which indicates whether the row containing column headers should be displayed.
Syntax
public bool IsHeaderRowVisible {get; set;}

Property Value

True if the row containing column headers is visible; False if it is hidden.
Remarks

When the header row is visible, the cell above each column of data will contain the WorksheetTableColumn.Name value. Therefore, all header cells always contain a string value. Additionally, they will all be unique.

Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also