IShape
ShapeType Property
|
The shape type of the object.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
ExcelShapeType ShapeType { get; }
ReadOnly Property ShapeType As ExcelShapeType
Get
property ExcelShapeType ShapeType {
ExcelShapeType get ();
}
abstract ShapeType : ExcelShapeType with get
Property Value
Type:
ExcelShapeType
See Also