Spread Silverlight Documentation
PrintRowColumnsHeaders Property (ExcelPrintOptions)


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

Property Value

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

Reference

ExcelPrintOptions Class
ExcelPrintOptions Members