天软金融分析.NET函数大全 > 文档处理函数 > Office访问相关函数 > Office操作相关的类 > TOfficeObj > TStyle > 属性

Border    

简述
边框样式,设置TBorders边框样式类中的属性。TBorders的属性具体可参考TBorders
类型:写
定义
Border:TBorders
  • 范例

    style := TOfficeObj('TStyle');
    style.Border.Left.LineStyle := 'thin';
相关