Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / TitleInfo Class / Value Property


In This Topic
    Value Property (TitleInfo)
    In This Topic
    Gets or sets the value for title.
    Syntax
    'Declaration
     
    
    Public Property Value As Object
    'Usage
     
    
    Dim instance As TitleInfo
    Dim value As Object
     
    instance.Value = value
     
    value = instance.Value
    public object Value {get; set;}
    See Also