BCGControlBar Library for .NET
Load Method




Formatter (Binary or SOAP).
Stream with Grid data.
Specifies whether the grid should automatically resize rows to fit content.
Loads a Grid content from a stream.
Syntax
'Declaration
 
Public Overridable Sub Load( _
   ByVal formatter As IFormatter, _
   ByVal stream As Stream, _
   ByVal autoFitRowContent As Boolean _
) 
'Usage
 
Dim instance As GridControl
Dim formatter As IFormatter
Dim stream As Stream
Dim autoFitRowContent As Boolean
 
instance.Load(formatter, stream, autoFitRowContent)
public virtual void Load( 
   IFormatter formatter,
   Stream stream,
   bool autoFitRowContent
)
public: virtual void Load( 
   IFormatter* formatter,
   Stream* stream,
   bool autoFitRowContent
) 
public:
virtual void Load( 
   IFormatter^ formatter,
   Stream^ stream,
   bool autoFitRowContent
) 

Parameters

formatter
Formatter (Binary or SOAP).
stream
Stream with Grid data.
autoFitRowContent
Specifies whether the grid should automatically resize rows to fit content.
Remarks
The Grid content should be previously saved by Save.
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

GridControl Class
GridControl Members

Send Feedback