Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExternName Class / body Property


In This Topic
    body Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property body As ExternDocName
    'Usage
     
    
    Dim instance As ExternName
    Dim value As ExternDocName
     
    instance.body = value
     
    value = instance.body
    public ExternDocName body {get; set;}
    See Also