Spread WPF 18
GrapeCity.Core Namespace / DocumentProperty Class / Number Property


In This Topic
    Number Property (DocumentProperty)
    In This Topic
    Gets or sets the number value associated with the custom document property.
    Syntax
    'Declaration
     
    Public Property Number As Long
    'Usage
     
    Dim instance As DocumentProperty
    Dim value As Long
     
    instance.Number = value
     
    value = instance.Number
    public long Number {get; set;}

    Property Value

    A double represents the number value
    See Also