Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / IDateCellType Interface / FormatString Property


In This Topic
    FormatString Property (IDateCellType)
    In This Topic
    Gets or sets the format string used to format the value.
    Syntax
    'Declaration
     
    
    Property FormatString As String
    'Usage
     
    
    Dim instance As IDateCellType
    Dim value As String
     
    instance.FormatString = value
     
    value = instance.FormatString
    string FormatString {get; set;}
    See Also