Aspose::Cells::Slicers::Slicer::SetCaptionVisible method

Slicer::SetCaptionVisible method

Returns or sets whether the header that displays the slicer Caption is visible the default value is true.

void Aspose::Cells::Slicers::Slicer::SetCaptionVisible(bool value)

Examples

if (slicer.GetCaptionVisible() == false)
{
    slicer.SetCaptionVisible(true);
}

See Also