天软金融分析.NET函数大全
>
文档处理函数
>
Office访问相关函数
>
Office操作相关的类
>
TOfficeObj
>
TStyle
>
属性
Alignment
复制链接
简述
对齐样式,设置TAlignment对齐样式类中的属性。TAlignment的属性具体可参考TAlignment
类型:写
定义
Alignment:TAlignment
范例
style := TOfficeObj('TStyle');
style.Alignment.Horizontal := 'center';//水平对齐:居中
相关
NumberFormat
Alignment
Font
Border
Fill
Protection