FlexGrid for WinForms
ParseString Method (CellStyle)



Rebuilds this style based on a description contained in a string.
Syntax
'Declaration
 
Public Function ParseString( _
   ByVal str As String _
) As Boolean
'Usage
 
Dim instance As CellStyle
Dim str As String
Dim value As Boolean
 
value = instance.ParseString(str)
public bool ParseString( 
   string str
)
public:
bool ParseString( 
   String^ str
) 

Parameters

str

Return Value

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

This method is used to persist grid styles and can be used to define and save 'skins'.

See the CellStyleCollection.BuildString and CellStyleCollection.ParseString methods.

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

CellStyle Class
CellStyle Members

 

 


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

Send Feedback