Spread for ASP.NET 12 Product Documentation
FormatString Property (FilterBarCellType)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > FilterBarCellType Class : FormatString Property
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;}
See Also

Reference

FilterBarCellType Class
FilterBarCellType Members