Share

DataCellCollection Class

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.

Class Hierarchy

Autodesk.AutoCAD.DatabaseServices.DataCellCollection

Visual Basic

Public sealed Class DataCellCollection
Inherits DisposableWrapper
Inherits IList

C#

public sealed class DataCellCollection : DisposableWrapper, IList;

Links

DataCellCollection Methods, DataCellCollection Properties

Was this information helpful?