XlsWorksheetBase
HasVmlShapes Property
|
Indicates whether worksheet has vml shapes. Read-only.
Namespace:
Spire.Xls.Core.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public bool HasVmlShapes { get; }
Public ReadOnly Property HasVmlShapes As Boolean
Get
public:
property bool HasVmlShapes {
bool get ();
}
member HasVmlShapes : bool with get
Property Value
Type:
Boolean
See Also