Excel for WinRT
ShowHeaders Property


Gets or sets whether Excel should show the row and column headers when displaying the sheet.
Syntax
'Declaration
 
Public Property ShowHeaders As System.Boolean
'Usage
 
Dim instance As XLSheet
Dim value As System.Boolean
 
instance.ShowHeaders = value
 
value = instance.ShowHeaders
public System.bool ShowHeaders {get; set;}
See Also

Reference

XLSheet Class
XLSheet Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback