Spread Silverlight Documentation
GetValue(NumberFormatType) Method


GrapeCity.Windows.SpreadSheet.Data Namespace > IActualValue Interface > GetValue Method : GetValue(NumberFormatType) Method
The type of the value
Gets the real value as a date.
Syntax
'Declaration
 
Overloads Function GetValue( _
   ByVal type As NumberFormatType _
) As System.Object
'Usage
 
Dim instance As IActualValue
Dim type As NumberFormatType
Dim value As System.Object
 
value = instance.GetValue(type)
System.object GetValue( 
   NumberFormatType type
)

Parameters

type
The type of the value

Return Value

The date time value.
See Also

Reference

IActualValue Interface
IActualValue Members
Overload List