Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / WebPub Class / stFileDest Property


In This Topic
    stFileDest Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property stFileDest As WebString
    'Usage
     
    
    Dim instance As WebPub
    Dim value As WebString
     
    instance.stFileDest = value
     
    value = instance.stFileDest
    public WebString stFileDest {get; set;}
    See Also