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


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