SaveShapeTypeOption
SaveLine Property
|
Identifies whether Line shape converted to a picture
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public bool SaveLine { get; set; }
Public Property SaveLine As Boolean
Get
Set
public:
property bool SaveLine {
bool get ();
void set (bool value);
}
member SaveLine : bool with get, set
Property Value
Type:
Boolean
See Also