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


In This Topic
    FormatString Property (GeneralCellType)
    In This Topic
    Gets or sets the format string used to format the value.
    Syntax
    'Declaration
     
    
    Public Overridable Property FormatString As String
    'Usage
     
    
    Dim instance As GeneralCellType
    Dim value As String
     
    instance.FormatString = value
     
    value = instance.FormatString
    public virtual string FormatString {get; set;}

    Property Value

    String containing the format string
    Remarks

    The value of a general cell can be a string, a number, or a DateTime object.

    The formats supported are the numeric formats and date-time formats in .NET framework.

    Example
    See Also