Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IRange Interface / FormattedValue Property


In This Topic
    FormattedValue Property (IRange)
    In This Topic
    Gets or sets the cell value(s).
    Syntax
    'Declaration
     
    
    Property FormattedValue As Object
    'Usage
     
    
    Dim instance As IRange
    Dim value As Object
     
    instance.FormattedValue = value
     
    value = instance.FormattedValue
    object FormattedValue {get; set;}

    Property Value

    An object represents the cell value(s).
    Remarks
    The only difference between this property and the Value property is that you can return values formatted with Currency or DateTime data types. You also can use this property to work with an array of cell values.
    See Also