XlsWorksheetBase
UnknownVmlShapes Property
|
Indicates whether worksheet contains some unknown vml shapes.
Namespace:
Spire.Xls.Core.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public bool UnknownVmlShapes { get; set; }
Public Property UnknownVmlShapes As Boolean
Get
Set
public:
property bool UnknownVmlShapes {
bool get ();
void set (bool value);
}
member UnknownVmlShapes : bool with get, set
Property Value
Type:
Boolean
See Also