GrapeCity.Xaml.Excel
PrintRowColumnsHeaders Property (ExcelPrintOptions)


GrapeCity.Excel Namespace > ExcelPrintOptions Class : PrintRowColumnsHeaders Property
Get or set whether print headings or not..
Syntax
'Declaration
 
Public Property PrintRowColumnsHeaders As Boolean
'Usage
 
Dim instance As ExcelPrintOptions
Dim value As Boolean
 
instance.PrintRowColumnsHeaders = value
 
value = instance.PrintRowColumnsHeaders
public bool PrintRowColumnsHeaders {get; set;}

Property Value

true if it should print row column headers; otherwise, false.
See Also

Reference

ExcelPrintOptions Class
ExcelPrintOptions Members