Slicer.AlternativeText

Slicer.AlternativeText property

Returns or sets the descriptive (alternative) text string of the Slicer object.

public string AlternativeText { get; set; }

Examples


[C#]

slicer.AlternativeText = "AlternativeText test";

See Also