Returns a shallow copy of the items in the collection as an array.
[Visual Basic] Overridable Public Property All As DataGridTable () [C#] public DataGridTable[] All {virtual get; virtual set;} [C++] public: __property virtual DataGridTable* get_All(); public: __property virtual void set_All(DataGridTable*[]); [JScript] public function get All() : DataGridTable[]; public function set All(DataGridTable[]);
A shallow copy of the GridTables in this collection.
GridTablesCollection Class | GridTablesCollection Members | System.WinForms Namespace