Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / OfficeArtFBSE Class / name Property


In This Topic
    name Property (OfficeArtFBSE)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property name As String
    'Usage
     
    
    Dim instance As OfficeArtFBSE
    Dim value As String
     
    instance.name = value
     
    value = instance.name
    public string name {get; set;}
    See Also