Spread Windows Forms 15.0
FarPoint.Win.Spread.Design Assembly / FarPoint.Win.Spread.Design Namespace / FrmGroupOption Class / Title Property


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