Spread Windows Forms 15.0
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / IStructuredObject Interface / HeaderRowCount Property


In This Topic
    HeaderRowCount Property
    In This Topic
    Gets the header row count.
    Syntax
    'Declaration
     
    
    ReadOnly Property HeaderRowCount As Integer
    'Usage
     
    
    Dim instance As IStructuredObject
    Dim value As Integer
     
    value = instance.HeaderRowCount
    int HeaderRowCount {get;}

    Property Value

    An integer values represents the header row count.
    See Also