ComponentOne FlexPivot for WinForms
C1.Win.C1FlexGrid.4.8 Assembly / C1.Win.C1FlexGrid Namespace / ColumnCollection Class / BuildString Method
Whether to include default values in the description.

In This Topic
    BuildString Method (ColumnCollection)
    In This Topic
    Gets a string build a string that contains a complete description of the column collection, suitable for persisting the control state.
    Syntax
    'Declaration
     
    Public Function BuildString( _
       ByVal includeDefault As Boolean _
    ) As String
    public string BuildString( 
       bool includeDefault
    )

    Parameters

    includeDefault
    Whether to include default values in the description.

    Return Value

    A string that describes the column collection.
    See Also