Spread Windows Forms 17
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / IFormattedCellValue2 Interface / Format Property


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