IShape
IsPrintable Property
|
True if the object is printable
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
bool IsPrintable { get; set; }
Property IsPrintable As Boolean
Get
Set
property bool IsPrintable {
bool get ();
void set (bool value);
}
abstract IsPrintable : bool with get, set
Property Value
Type:
Boolean
See Also