FlexGrid for WinForms
BuildString Method (ColumnCollection)



Whether to include default values in the description.
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
'Usage
 
Dim instance As ColumnCollection
Dim includeDefault As Boolean
Dim value As String
 
value = instance.BuildString(includeDefault)
public string BuildString( 
   bool includeDefault
)
public:
String^ BuildString( 
   bool includeDefault
) 

Parameters

includeDefault
Whether to include default values in the description.

Return Value

A string that describes the column collection.
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

ColumnCollection Class
ColumnCollection Members

 

 


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

Send Feedback