View.ColumnWidth Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns or gets a constant that determines the column width in reading mode. Read-write 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