Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / XmlTkHeader Class / drType Property


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