LoadOptionsIgnoreNotPrinted Property |
Ignore the data which are not printed if directly printing the file
Namespace:
Aspose.Cells
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 21.2.0.0 (21.2)
Syntaxpublic bool IgnoreNotPrinted { get; set; }
Public Property IgnoreNotPrinted As Boolean
Get
Set
public:
property bool IgnoreNotPrinted {
bool get ();
void set (bool value);
}
member IgnoreNotPrinted : bool with get, set
Property Value
Type:
Boolean
Remarks
Only for xlsx file.
See Also