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


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