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


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