View.ColumnWidth 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回或获取一个常量,该常量确定阅读模式下的列宽。 读写 WdColumnWidth
public:
property Microsoft::Office::Interop::Word::WdColumnWidth ColumnWidth { Microsoft::Office::Interop::Word::WdColumnWidth get(); void set(Microsoft::Office::Interop::Word::WdColumnWidth value); };
public Microsoft.Office.Interop.Word.WdColumnWidth ColumnWidth { get; set; }
member this.ColumnWidth : Microsoft.Office.Interop.Word.WdColumnWidth with get, set
Public Property ColumnWidth As WdColumnWidth