Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / GeneralEditor Class / FormatText Property


In This Topic
    FormatText Property (GeneralEditor)
    In This Topic
    Gets how text contents of the edit control are formatted.
    Syntax
    'Declaration
     
    
    Public Overridable ReadOnly Property FormatText As String
    'Usage
     
    
    Dim instance As GeneralEditor
    Dim value As String
     
    value = instance.FormatText
    public virtual string FormatText {get;}
    See Also