FlexGrid for WinForms
ParseString Method (CellStyleCollection)



String containing style definitions.
Parses a string containing style definitions.
Syntax
'Declaration
 
Public Function ParseString( _
   ByVal styleDef As String _
) As Boolean
'Usage
 
Dim instance As CellStyleCollection
Dim styleDef As String
Dim value As Boolean
 
value = instance.ParseString(styleDef)
public bool ParseString( 
   string styleDef
)
public:
bool ParseString( 
   String^ styleDef
) 

Parameters

styleDef
String containing style definitions.

Return Value

True if the string was parsed successfully, false otherwise.
Remarks

The style definition string is usually obtained from a call to BuildString(Boolean) method.

The new definitions are merged with the current ones. To completely replace the styles, call the Clear method before parsing the new styles.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CellStyleCollection Class
CellStyleCollection Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Send Feedback