Slicer.ShowCaption

Slicer.ShowCaption property

Indicates whether the header of the slicer is visible. The default value is true

public bool ShowCaption { get; set; }

Examples


[C#]

slicer.ShowCaption = false;

See Also