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
public PrintInfo PrintInfo {get; set;}
Example
This example uses the PrintInfo property.
See Also