Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / Parser Class / RowHeaderColumnCount Property


In This Topic
    RowHeaderColumnCount Property (Parser)
    In This Topic
    Gets or sets the row header column count.
    Syntax
    'Declaration
     
    
    Public Property RowHeaderColumnCount As Integer
    'Usage
     
    
    Dim instance As Parser
    Dim value As Integer
     
    instance.RowHeaderColumnCount = value
     
    value = instance.RowHeaderColumnCount
    public int RowHeaderColumnCount {get; set;}

    Property Value

    The row header column count.
    See Also