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


In This Topic
    Kind Property
    In This Topic
    Gets or sets the paper size.
    Syntax
    'Declaration
     
    <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    Public Property Kind As PaperKind
    'Usage
     
    Dim instance As PaperSize
    Dim value As PaperKind
     
    instance.Kind = value
     
    value = instance.Kind
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    public PaperKind Kind {get; set;}

    Property Value

    The paper size; one of the standard paper sizes. The default value is Letter.
    See Also