[]
Gets or sets the rows style content of the details section.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public CellStyleContent[] Rows { get; set; }
Type | Description |
---|---|
CellStyleContent[] | An array of CellStyleContent representing the rows style content of the details section. |