FlexGrid for WinForms | ComponentOne
C1.Win.FlexGrid Namespace / CellStyleCollection Class / BuildString Method
Whether styles with no attributes should be included.

In This Topic
    BuildString Method (CellStyleCollection)
    In This Topic
    Builds and returns a compact string representation of the style collection.
    Syntax
    'Declaration
     
    
    Public Function BuildString( _
       ByVal includeEmpty As Boolean _
    ) As String
    public string BuildString( 
       bool includeEmpty
    )

    Parameters

    includeEmpty
    Whether styles with no attributes should be included.

    Return Value

    A compact string representation of the style collection.
    Remarks

    This method is used internally to implement design-time persistence.

    It can also be used for implementing 'skins', by saving the current styles into a collection and later applying them to the grid using the ParseString method.

    See Also