Intersoft WebGrid Documentation
SetLayout Method
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > WebGridTable Class : SetLayout Method






layoutSet

Syntax

Visual Basic (Declaration) 
Public Sub SetLayout( _
   ByVal layoutSet As LayoutSet _
) 
Visual Basic (Usage)Copy Code
Dim instance As WebGridTable
Dim layoutSet As LayoutSet
 
instance.SetLayout(layoutSet)
C# 
public void SetLayout( 
   LayoutSet layoutSet
)
Delphi 
public procedure SetLayout( 
    layoutSet: LayoutSet
); 
JScript 
public function SetLayout( 
   layoutSet : LayoutSet
);
Managed Extensions for C++ 
public: void SetLayout( 
   LayoutSet* layoutSet
) 
C++/CLI 
public:
void SetLayout( 
   LayoutSet^ layoutSet
) 

Parameters

layoutSet

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

©2012 Intersoft Solutions Corp. All Rights Reserved.