Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / FilterBarCellType Class / FormatString Property
Example


In This Topic
    FormatString Property (FilterBarCellType)
    In This Topic
    Gets or sets the format string used to format the value. Currently, this property is used to format date values from the date picker only.
    Syntax
    'Declaration
     
    
    Public Property FormatString As String
    'Usage
     
    
    Dim instance As FilterBarCellType
    Dim value As String
     
    instance.FormatString = value
     
    value = instance.FormatString
    public string FormatString {get; set;}
    Example
    This example sets the FormatString property.
    See Also