Gets a value indicating whether a preview of the SpreadsheetControl's document is allowed.
public bool IsPrintPreviewAvailable { get; }
Public ReadOnly Property IsPrintPreviewAvailable As Boolean
If the IsPrintPreviewAvailable property returns true, you can use the ShowRibbonPrintPreview or ShowPrintPreview method to preview a workbook before printing.
The Print and ShowPrintDialog methods enable you to print a document.