Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / AxcExt Class / fAutoDate Property


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