Slicer.Title

Slicer.Title property

Specifies the title of the current Slicer object.

public string Title { get; set; }

Examples


[C#]

slicer.Title = "slicer title";

See Also