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


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