ListObject.ShowTableStyleLastColumn Property

Definition

Gets or sets a value that indicates whether the last column is formatted.

public:
 property bool ShowTableStyleLastColumn { bool get(); void set(bool value); };
public bool ShowTableStyleLastColumn { get; set; }
member this.ShowTableStyleLastColumn : bool with get, set
Public Property ShowTableStyleLastColumn As Boolean

Property Value

true if the last column is formatted; otherwise, false. The default is false.

Applies to