This enumeration defines the types of cells in a table.
Public Enum TableCellType UnknownCell TextCell BlockCell MultipleContentCell End Enum
public enum TableCellType { UnknownCell, TextCell, BlockCell, MultipleContentCell }