FlexGrid for WinForms
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
'Usage
 
Dim instance As CellStyleCollection
Dim includeEmpty As Boolean
Dim value As String
 
value = instance.BuildString(includeEmpty)
public string BuildString( 
   bool includeEmpty
)
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.

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

CellStyleCollection Class
CellStyleCollection Members

 

 


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

Send Feedback