Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / IDateTimeFormatSupport Interface / GetFormatString Method


In This Topic
    GetFormatString Method (IDateTimeFormatSupport)
    In This Topic
    Gets the date format string of the date cell.
    Syntax
    'Declaration
     
    
    Function GetFormatString() As String
    'Usage
     
    
    Dim instance As IDateTimeFormatSupport
    Dim value As String
     
    value = instance.GetFormatString()
    string GetFormatString()

    Return Value

    The date format string of the date cell.
    See Also