Show TOC Start of Content Area

Background documentation Cell  Locate the document in its SAP Library structure

Defines a cell in a row, which is defined by the Row data type. 

A cell can contain either a Table, or an array of Iview objects.

Fields

Name

Type

Description

width

String

Specifies the width of the cell, in percent.

The value includes the percent sign (%). For example, 100%.

colspan

int

Specifies the number of columns that the cell spans in the table.

hasNestedTable

boolean

Indicates whether the cell contains a table.

If true, the table is specified in table.

table

Table

A table to display in the cell.

cellIviews

Iview[]

An array of iViews to display in this cell.

 

 

 

 

End of Content Area