Intersoft WebCombo Documentation
Cells Property
See Also  Send Feedback
ISNet.WebUI.WebCombo Namespace > WebComboRow Class : Cells Property






Gets the collection of the WebComboCell objects.

Gets the collection of the WebComboCell objects.

Syntax

Visual Basic (Declaration) 
<DescriptionAttribute("Gets the collection of the WebComboCell objects.")>
<NotifyParentPropertyAttribute(True)>
<PersistenceModeAttribute(PersistenceMode.InnerProperty)>
<ISNet.Serialization.BinarySerializableAttribute("setCells")>
<DefaultValueAttribute()>
Public ReadOnly Property Cells As Cells
Visual Basic (Usage)Copy Code
Dim instance As WebComboRow
Dim value As Cells
 
value = instance.Cells
C# 
[DescriptionAttribute("Gets the collection of the WebComboCell objects.")]
[NotifyParentPropertyAttribute(true)]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[ISNet.Serialization.BinarySerializableAttribute("setCells")]
[DefaultValueAttribute()]
public Cells Cells {get;}
Delphi 
public read-only property Cells: Cells; 
JScript 
DescriptionAttribute("Gets the collection of the WebComboCell objects.")
NotifyParentPropertyAttribute()
PersistenceModeAttribute(PersistenceMode.InnerProperty)
ISNet.Serialization.BinarySerializableAttribute("setCells")
DefaultValueAttribute()
public function get Cells : Cells
Managed Extensions for C++ 
[DescriptionAttribute("Gets the collection of the WebComboCell objects.")]
[NotifyParentPropertyAttribute(true)]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[ISNet.Serialization.BinarySerializableAttribute("setCells")]
[DefaultValueAttribute()]
public: __property Cells* get_Cells();
C++/CLI 
[DescriptionAttribute("Gets the collection of the WebComboCell objects.")]
[NotifyParentPropertyAttribute(true)]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[ISNet.Serialization.BinarySerializableAttribute("setCells")]
[DefaultValueAttribute()]
public:
property Cells^ Cells {
   Cells^ get();
}

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.