XlsShape
IsGroup Property
|
This shape is 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 IsGroup { get; }
Public ReadOnly Property IsGroup As Boolean
Get
public:
property bool IsGroup {
bool get ();
}
member IsGroup : bool with get
Property Value
Type:
Boolean
See Also