HorizontalAlign
HorizontalAlign type
horizontal align constants for cell style
Declaration
declare type HorizontalAlign = '' | 'left' | 'center' | 'right';
declare type HorizontalAlign = '' | 'left' | 'center' | 'right';
Referenced by
CellStyle |