Sets or returns whether the row and column headings will be printed for this worksheet. (This is not supported for charts.) |
<pre>public boolean PrintHeadings{ get; set; }</pre> |
<p>Public Property PrintHeadings() As Boolean</p> |
//--- Get PrintHeadings bool prntHeadings = ps.PrintHeadings; //--- Set PrintHeadings ps.PrintHeadings = true; |
'--- Get PrintHeadings Dim prntHeadings As Boolean = ps.PrintHeadings '--- Set PrintHeadings ps.PrintHeadings = True |