Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / XmlTkBool Class / DValue Property


In This Topic
    DValue Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property DValue As Byte
    'Usage
     
    
    Dim instance As XmlTkBool
    Dim value As Byte
     
    instance.DValue = value
     
    value = instance.DValue
    public byte DValue {get; set;}
    See Also