PageSetup.GutterStyle 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 sets whether Microsoft Word uses gutters for the current document based on a right-to-left language or a left-to-right language.
public:
property Microsoft::Office::Interop::Word::WdGutterStyleOld GutterStyle { Microsoft::Office::Interop::Word::WdGutterStyleOld get(); void set(Microsoft::Office::Interop::Word::WdGutterStyleOld value); };
public Microsoft.Office.Interop.Word.WdGutterStyleOld GutterStyle { get; set; }
member this.GutterStyle : Microsoft.Office.Interop.Word.WdGutterStyleOld with get, set
Public Property GutterStyle As WdGutterStyleOld