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


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

    Property Value

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