GrapeCity.Xaml.SpreadSheet.Data
Height Property (PaperSize)


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

Property Value

The height of the paper. The default value is 1100, which is 11 inches.
See Also

Reference

PaperSize Class
PaperSize Members