Autodesk.AutoCAD.DatabaseServices Namespace > TableCellType Enumeration
Autodesk.AutoCAD.DatabaseServices.TableCellType Enumeration
Description

 

This enumeration defines the types of cells in a table.

Visual Basic
Public Enum TableCellType
  UnknownCell
  TextCell
  BlockCell
  MultipleContentCell
End Enum
C#
public enum TableCellType {
  UnknownCell,
  TextCell,
  BlockCell,
  MultipleContentCell
}
   Comments?