Spread Silverlight Documentation
Width Property (PaperSize)


GrapeCity.Windows.SpreadSheet.Data Namespace > PaperSize Class : Width Property
Gets or sets the width of the paper, in hundredths of an inch.
Syntax
'Declaration
 
<System.ComponentModel.DefaultValueAttribute()>
Public Property Width As System.Double
'Usage
 
Dim instance As PaperSize
Dim value As System.Double
 
instance.Width = value
 
value = instance.Width
[System.ComponentModel.DefaultValue()]
public System.double Width {get; set;}

Property Value

The width of the paper. The default value is 850, which is 8.5 inches.
See Also

Reference

PaperSize Class
PaperSize Members