_ColumnFormat.Align 属性

定义

返回或设置一个 OlAlign 常量,该常量指示对象的关联属性的 ColumnFormat 列标签对齐方式。 读/写。

public:
 property Microsoft::Office::Interop::Outlook::OlAlign Align { Microsoft::Office::Interop::Outlook::OlAlign get(); void set(Microsoft::Office::Interop::Outlook::OlAlign value); };
public Microsoft.Office.Interop.Outlook.OlAlign Align { get; set; }
Public Property Align As OlAlign

属性值

注解

对于列标签显示为图标的属性,此属性的值将被忽略。

适用于