Spread Windows Forms 12.0 Product Documentation
PrintArea Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet.Printing Namespace > PageSetup Class : PrintArea Property
Gets or sets the range to be printed.
Syntax
'Declaration
 
Public Property PrintArea As RangeReference
'Usage
 
Dim instance As PageSetup
Dim value As RangeReference
 
instance.PrintArea = value
 
value = instance.PrintArea
public RangeReference PrintArea {get; set;}

Property Value

A GrapeCity.CalcEngine.RangeReference value represents the range to be printed.
See Also

Reference

PageSetup Class
PageSetup Members