Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / PrintInfo Property


In This Topic
PrintInfo Property
In This Topic
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
See Also