NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

TableCellCollection.All

[To be supplied.]

[Visual Basic]
Public Property All As TableCell ()
[C#]
public TableCell[] All {get; set;}
[C++]
public: __property TableCell* get_All();
public: __property void set_All(TableCell*[]);
[JScript]
public function get All() : TableCell[];
public function set All(TableCell[]);

See Also

TableCellCollection Class | TableCellCollection Members | System.Web.UI.WebControls Namespace