Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / HeaderBase Class / AutoText Property


In This Topic
    AutoText Property (HeaderBase)
    In This Topic
    Gets or sets a value that indicates whether the header displays letters or numbers or is blank.
    Syntax
    'Declaration
     
    Public MustOverride Property AutoText As HeaderAutoText
    'Usage
     
    Dim instance As HeaderBase
    Dim value As HeaderAutoText
     
    instance.AutoText = value
     
    value = instance.AutoText
    public abstract HeaderAutoText AutoText {get; set;}

    Property Value

    A HeaderAutoText enumeration that indicates what the header displays.
    See Also