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


In This Topic
    RowHeaderAutoText Property
    In This Topic
    Gets or sets whether row headers on this sheet display letters or numbers or are blank.
    Syntax
    'Declaration
     
    
    Public Property RowHeaderAutoText As HeaderAutoText
    'Usage
     
    
    Dim instance As SheetView
    Dim value As HeaderAutoText
     
    instance.RowHeaderAutoText = value
     
    value = instance.RowHeaderAutoText
    public HeaderAutoText RowHeaderAutoText {get; set;}
    Exceptions
    ExceptionDescription
    Specified header setting is not valid; must be one of the HeaderAutoText enumeration settings
    See Also