Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / RowHeaderColumnCount Property


In This Topic
    RowHeaderColumnCount Property (SheetView)
    In This Topic
    Gets or sets the number of columns in the row header on this sheet.
    Syntax
    'Declaration
     
    
    Public Property RowHeaderColumnCount As Integer
    'Usage
     
    
    Dim instance As SheetView
    Dim value As Integer
     
    instance.RowHeaderColumnCount = value
     
    value = instance.RowHeaderColumnCount
    public int RowHeaderColumnCount {get; set;}
    Exceptions
    ExceptionDescription
    Specified column count is out of range; must be between 0 and 256
    See Also