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


In This Topic
    GetNewFormat Method (DateTimeCellType)
    In This Topic
    Gets the new format for formatting date values or time values or both.
    Syntax
    'Declaration
     
    
    Protected Function GetNewFormat() As String
    'Usage
     
    
    Dim instance As DateTimeCellType
    Dim value As String
     
    value = instance.GetNewFormat()
    protected string GetNewFormat()
    See Also