Description |
---|
Excerpt |
---|
Sets or returns a |
Signature | C# | C# | |
---|---|---|---|
Wiki Markup | |||
{description}
{excerpt}Sets or returns a {{boolean}} that represents whether or not Word will draw vertical lines between columns.{excerpt}
{signature:C#}
public boolean LinesBetween{ get; set; }
| |||
Signature | |||
{signature}{signature:vb.net | vb.net | }
Public Property LinesBetween() As Boolean
| |
Remarks | |||
MS Word {signature} {remarks}MS Word equivalent: Format menu > Columns... > Linebetween | |||
Example | |||
Code Block | | csharp | csharp |
title | C# | ||
Code Block | vb.net | title |