Spread for ASP.NET 12 Product Documentation
Content Property


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > PrintEventArgs Class : Content Property
Gets or sets the HTML content for the header or the footer of the sheet. For the header, the default is the sheet name. For the footer, the default is an empty string.
Syntax
'Declaration
 
Public Property Content As String
'Usage
 
Dim instance As PrintEventArgs
Dim value As String
 
instance.Content = value
 
value = instance.Content
public string Content {get; set;}
See Also

Reference

PrintEventArgs Class
PrintEventArgs Members