Share via


DocumentTableCellKind type

Defines values for DocumentTableCellKind.
KnownDocumentTableCellKind can be used interchangeably with DocumentTableCellKind, this enum contains the known values that the service supports.

Known values supported by the service

content: Contains the main content/data.
rowHeader: Describes the content of the row.
columnHeader: Describes the content of the column.
stubHead: Describes the row headers, usually located at the top left corner of a table.
description: Describes the content in (parts of) the table.

type DocumentTableCellKind = string