Web API Edition | ComponentOne
C1.Web.Api.Excel Namespace / Row Class / GroupLevel Property

In This Topic
    GroupLevel Property
    In This Topic
    Gets or sets the level of the row when in grouping.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(0)>
    <XmlAttributeAttribute()>
    Public Property GroupLevel As Integer
    [DefaultValue(0)]
    [XmlAttribute()]
    public int GroupLevel {get; set;}
    See Also