Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType Namespace / EditingData Structure / FromValue Method
The editing value.


In This Topic
    FromValue Method
    In This Topic
    Gets an EditingData value which represents an inputted value.
    Syntax
    'Declaration
     
    Public Shared Function FromValue( _
       ByVal value As Object _
    ) As EditingData
    'Usage
     
    Dim value As Object
    Dim value As EditingData
     
    value = EditingData.FromValue(value)
    public static EditingData FromValue( 
       object value
    )

    Parameters

    value
    The editing value.

    Return Value

    An EditingData value represents an inputted value
    See Also