Spread Silverlight Documentation
PrintArea Property (ExcelWorksheet)


GrapeCity.Excel Namespace > ExcelWorksheet Class : PrintArea Property
Gets or sets the print area information of the worksheet.
Syntax
'Declaration
 
Public Property PrintArea As System.String
'Usage
 
Dim instance As ExcelWorksheet
Dim value As System.String
 
instance.PrintArea = value
 
value = instance.PrintArea
public System.string PrintArea {get; set;}

Property Value

The print area information
See Also

Reference

ExcelWorksheet Class
ExcelWorksheet Members