ComponentOne FlexGrid for WinForms
BuildString(Boolean) Method

C1.Win.C1FlexGrid Namespace > CellStyleCollection Class : BuildString(Boolean) Method
Whether styles with no attributes should be included.
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

Reference

CellStyleCollection Class
CellStyleCollection Members