Spread for ASP.NET 12 Product Documentation
GetValueFromText Method


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > ComboBoxCellType Class : GetValueFromText Method
Text from which to get the value
Gets the value from the specified text.
Syntax
'Declaration
 
Public Function GetValueFromText( _
   ByVal s As String _
) As Object
'Usage
 
Dim instance As ComboBoxCellType
Dim s As String
Dim value As Object
 
value = instance.GetValueFromText(s)
public object GetValueFromText( 
   string s
)

Parameters

s
Text from which to get the value
See Also

Reference

ComboBoxCellType Class
ComboBoxCellType Members