FlexGrid for WinForms
ParseString Method (ColumnCollection)



Grid that receives the column collection.
String that contains the column collection definition.
Parses a string containg a description of the column collection (usually obtained by calling the BuildString method) and applies it to a grid.
Syntax
'Declaration
 
Public Function ParseString( _
   ByVal grid As C1FlexGridBase, _
   ByVal str As String _
) As Boolean
'Usage
 
Dim instance As ColumnCollection
Dim grid As C1FlexGridBase
Dim str As String
Dim value As Boolean
 
value = instance.ParseString(grid, str)
public bool ParseString( 
   C1FlexGridBase grid,
   string str
)
public:
bool ParseString( 
   C1FlexGridBase^ grid,
   String^ str
) 

Parameters

grid
Grid that receives the column collection.
str
String that contains the column collection definition.

Return Value

True if the column definition was applied successfully.
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

ColumnCollection Class
ColumnCollection Members

 

 


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

Send Feedback