Skip to content
TREB Docs

VerticalAlign

VerticalAlign type

vertical align constants for cell style

Declaration
declare type VerticalAlign = '' | 'top' | 'bottom' | 'middle';
declare type VerticalAlign = '' | 'top' | 'bottom' | 'middle';
Referenced by
CellStyle