ComponentOne FlexPivot for WinForms
C1.Win.C1FlexGrid.4.8 Assembly / C1.Win.C1FlexGrid Namespace / ColumnCollection Class / ParseString Method
Grid that receives the column collection.
String that contains the column collection definition.

In This Topic
    ParseString Method (ColumnCollection)
    In This Topic
    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
    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.
    See Also