Caption

Slicer.Caption property

Returnerar eller ställer in bildtexten för den angivna skivaren.

public string Caption { get; set; }

Exempel


[C#]

slicer.Caption = "slicer caption";

Se även