Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / GeneralEditor Class / GetPaintString Method


In This Topic
    GetPaintString Method (GeneralEditor)
    In This Topic
    Gets the string to paint.
    Syntax
    'Declaration
     
    
    Protected Overridable Function GetPaintString() As String
    'Usage
     
    
    Dim instance As GeneralEditor
    Dim value As String
     
    value = instance.GetPaintString()
    protected virtual string GetPaintString()
    See Also