Spread for ASP.NET 10 Product Documentation
Parse Method (MutuallyExclusiveCheckBoxCellType)


String from the cell on the sheet to parse
When deriving a cell type based on this type, override this to change what gets parsed from the cell on the sheet and put in the data model.
Syntax
'Declaration
 
Public Overrides Function Parse( _
   ByVal s As String _
) As Object
'Usage
 
Dim instance As MutuallyExclusiveCheckBoxCellType
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

MutuallyExclusiveCheckBoxCellType Class
MutuallyExclusiveCheckBoxCellType Members

 

 


Copyright © GrapeCity, inc. All rights reserved.