Spread for ASP.NET 12 Product Documentation
PrintInfo Property


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > SheetView Class : PrintInfo Property
Gets or sets a PrintInfo object that determines printing behavior for the sheet.
Syntax
'Declaration
 
Public Property PrintInfo As PrintInfo
'Usage
 
Dim instance As SheetView
Dim value As PrintInfo
 
instance.PrintInfo = value
 
value = instance.PrintInfo
public PrintInfo PrintInfo {get; set;}
See Also

Reference

SheetView Class
SheetView Members