Spread for ASP.NET 9.0 Product Documentation
Parse Method (SliderCellType)


String from the cell on the sheet to parse
Parses the string to return a double value.
Syntax
'Declaration
 
Public Overrides Function Parse( _
   ByVal s As String _
) As Object
'Usage
 
Dim instance As SliderCellType
Dim s As String
Dim value As Object
 
value = instance.Parse(s)
public override object Parse( 
   string s
)

Parameters

s
String from the cell on the sheet to parse
Requirements

Target Platforms: Windows 7, Windows 8, Windows 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional

See Also

Reference

SliderCellType Class
SliderCellType Members

 

 


Copyright © GrapeCity, inc. All rights reserved.