Cell.metadata

Метаданные типа Cell.

Properties

Name Type Default Description
ColumnSpan Integer 1 Размер ячейки

Example

{
    "Cell": {
      "ColumnSpan": 2,
      "Items": [
        {
          "Label": {
            "Value": "Cell text"
          }
        }
      ]
    }
}