Aspose::Cells::Slicers::Slicer::IsPrintable method

Slicer::IsPrintable method

Indicates whether the slicer object is printable.

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

Examples

if (slicer.IsPrintable() == false)
{
    slicer.SetIsPrintable(true);
}

See Also