Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelShape Class / IsGroup Property


In This Topic
IsGroup Property
In This Topic
Gets a value indicating whether this instance is group.
Syntax
'Declaration
 
Public Property IsGroup As Boolean
 
'Usage
 
Dim instance As ExcelShape
Dim value As Boolean
 
instance.IsGroup = value
 
value = instance.IsGroup

Property Value

true if this instance is group; otherwise, false
See Also