Aspose::Cells::Slicers::Slicer::SetIsPrintable method

Slicer::SetIsPrintable method

Indicates whether the slicer object is printable.

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

Examples

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

See Also