Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.CalcEngine Namespace / FormattedCellValue Class / Format Property


In This Topic
    Format Property (FormattedCellValue)
    In This Topic
    Gets the number format string that is used to format this value.
    Syntax
    'Declaration
     
    
    Public Property Format As String
    'Usage
     
    
    Dim instance As FormattedCellValue
    Dim value As String
     
    instance.Format = value
     
    value = instance.Format
    public string Format {get; set;}
    See Also