Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / DateTimeCellType Class / UserDefinedFormat Property


In This Topic
    UserDefinedFormat Property (DateTimeCellType)
    In This Topic
    Gets or sets the format used when the date-time format is user-defined.
    Syntax
    'Declaration
     
    
    Public Property UserDefinedFormat As String
    'Usage
     
    
    Dim instance As DateTimeCellType
    Dim value As String
     
    instance.UserDefinedFormat = value
     
    value = instance.UserDefinedFormat
    public string UserDefinedFormat {get; set;}
    Exceptions
    ExceptionDescription
    Specified format is not valid
    See Also