Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / Cell Class / RealText Property


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