Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / IDateTimeCellType Interface / DateSeparator Property


In This Topic
    DateSeparator Property (IDateTimeCellType)
    In This Topic
    Gets or sets a date separator string.
    Syntax
    'Declaration
     
    
    Property DateSeparator As String
    'Usage
     
    
    Dim instance As IDateTimeCellType
    Dim value As String
     
    instance.DateSeparator = value
     
    value = instance.DateSeparator
    string DateSeparator {get; set;}
    See Also