Cells Property (HeaderTemplate)
In This Topic
Containt all cell objects.
Syntax
'Declaration
Public Property Cells As System.Collections.Generic.List(Of HeaderTemplateCell)
'Usage
Dim instance As HeaderTemplate
Dim value As System.Collections.Generic.List(Of HeaderTemplateCell)
instance.Cells = value
value = instance.Cells
public System.Collections.Generic.List<HeaderTemplateCell> Cells {get; set;}
public read-write property Cells: System.Collections.Generic.List;
public function get,set Cells : System.Collections.Generic.List
public: __property System.Collections.Generic.List<HeaderTemplateCell*>* get_Cells();
public: __property void set_Cells(
System.Collections.Generic.List<HeaderTemplateCell*>* value
);
public:
property System.Collections.Generic.List<HeaderTemplateCell^>^ Cells {
System.Collections.Generic.List<HeaderTemplateCell^>^ get();
void set ( System.Collections.Generic.List<HeaderTemplateCell^>^ value);
}
See Also