Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / FpSpread Class / DTEVersion Property


In This Topic
    DTEVersion Property
    In This Topic
    internal use
    Syntax
    'Declaration
     
    
    Public Property DTEVersion As String
    'Usage
     
    
    Dim instance As FpSpread
    Dim value As String
     
    instance.DTEVersion = value
     
    value = instance.DTEVersion
    public string DTEVersion {get; set;}
    See Also