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


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