Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / CellWrapper Class / Text Property


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