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
- Class Vector
- Class Slicer
- Namespace Aspose::Cells::Slicers
- Library Aspose.Cells for C++