Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / PaperSize Class / Height Property


In This Topic
    Height Property (PaperSize)
    In This Topic
    Gets or sets the height of the paper, in hundredths of an inch.
    Syntax
    'Declaration
     
    <DefaultValueAttribute(1100)>
    Public Property Height As Double
    'Usage
     
    Dim instance As PaperSize
    Dim value As Double
     
    instance.Height = value
     
    value = instance.Height
    [DefaultValue(1100)]
    public double Height {get; set;}

    Property Value

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