ComponentOne Excel for .NET
C1.Excel Assembly / C1.Excel Namespace / XLRow Class / IsSubtotal Property

In This Topic
    IsSubtotal Property (XLRow)
    In This Topic
    Gets whether the row is subtotal.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsSubtotal As System.Boolean
    public System.bool IsSubtotal {get;}
    See Also