Aspose::Cells::Slicers::Slicer::GetCaptionVisible method

Slicer::GetCaptionVisible method

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

bool Aspose::Cells::Slicers::Slicer::GetCaptionVisible()

Examples

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

See Also