XlsShape
IsInGroup Property
|
This shape is child shape of group shape.
Namespace:
Spire.Xls.Core.Spreadsheet.Shapes
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public bool IsInGroup { get; }
Public ReadOnly Property IsInGroup As Boolean
Get
public:
property bool IsInGroup {
bool get ();
}
member IsInGroup : bool with get
Property Value
Type:
Boolean
See Also