DataCellCollection Class

Class Hierarchy

Autodesk.AutoCAD.DatabaseServices.DataCellCollection

Visual Basic

Public sealed Class DataCellCollection
Inherits DisposableWrapper
Inherits IList

C#

public sealed class DataCellCollection : DisposableWrapper, IList;

Description

This .NET class is a wrapper for the typedef AcArray<AcDbDataCell> ObjectARX class.

An DataCellArray is used as an argument to various DataTable functions to pass row data. It is also the underlying structure for the DataColumn class.

Links

DataCellCollection Methods, DataCellCollection Properties