Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelShape Class / IsGroup Property


In This Topic
    IsGroup Property (ExcelShape)
    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
    public bool IsGroup {get; set;}

    Property Value

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