Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / BOF Class / dt Property


In This Topic
    dt Property (BOF)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property dt As UShort
    'Usage
     
    
    Dim instance As BOF
    Dim value As UShort
     
    instance.dt = value
     
    value = instance.dt
    public ushort dt {get; set;}
    See Also