Spread Silverlight Documentation
PrintRowColumnsHeaders Property (IExcelPrintOptions)


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

Property Value

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

Reference

IExcelPrintOptions Interface
IExcelPrintOptions Members