Intersoft WebGrid Documentation
SetItemData(String[],Object[]) Method
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > WebGridCellCollection Class > SetItemData Method : SetItemData(String[],Object[]) Method






cellText
An array of strings.
cellValue
An array of objects.
Sets an array of strings and objects as the cell data value for this row instance

Syntax

Visual Basic (Declaration) 
Public Overloads Sub SetItemData( _
   ByVal cellText() As String, _
   ByVal cellValue() As Object _
) 
Visual Basic (Usage)Copy Code
Dim instance As WebGridCellCollection
Dim cellText() As String
Dim cellValue() As Object
 
instance.SetItemData(cellText, cellValue)
C# 
public void SetItemData( 
   string[] cellText,
   object[] cellValue
)
Delphi 
public procedure SetItemData( 
    cellText: Stringarray of;
    cellValue: TObjectarray of
); 
JScript 
public function SetItemData( 
   cellText : String[],
   cellValue : Object[]
);
Managed Extensions for C++ 
public: void SetItemData( 
   string*[]* cellText,
   Object*[]* cellValue
) 
C++/CLI 
public:
void SetItemData( 
   array<String^>^ cellText,
   array<Object^>^ cellValue
) 

Parameters

cellText
An array of strings.
cellValue
An array of objects.

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.