| << Click to display table of contents >> TRVDocRotation Type | 
Unit [VCL/FMX] RVStyle / fmxRVStyle;
type
TRVDocRotation = (rvrotNone, rvrot90, rvrot180, rvrot270);
Possible values for a table cell rotation.
| Value | Meaning | 
|---|---|
| rvrotNone | Not rotated (0°) | 
| rvrot90 | Rotated by 90° | 
| rvrot180 | Rotated by 180° | 
| rvrot270 | Rotated by 270° |