Gets or sets whether row and column headers (the areas with row numbers and column letters) will be printed.

Namespace:  C1.Silverlight.Excel
Assembly:  C1.Silverlight.Excel.5 (in C1.Silverlight.Excel.5.dll)

Syntax

C#
public bool PrintHeaders { get; set; }
Visual Basic
Public Property PrintHeaders As Boolean
	Get
	Set

See Also