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
- class Slicer
- namespace Aspose.Cells.Slicers
- assembly Aspose.Cells
Specifies the title of the current Slicer object.
public string Title { get; set; }
[C#]
slicer.Title = "slicer title";