'Declaration Public Property AutoText As HeaderAutoText
'Usage Dim instance As RowHeader Dim value As HeaderAutoText instance.AutoText = value value = instance.AutoText
public HeaderAutoText AutoText {get; set;}
'Declaration Public Property AutoText As HeaderAutoText
'Usage Dim instance As RowHeader Dim value As HeaderAutoText instance.AutoText = value value = instance.AutoText
public HeaderAutoText AutoText {get; set;}
If your component displays multiple row headers, set the AutoTextIndex property to specify which row header column contains the automatic text.
This property does not have an effect unless the Visible property is set to true. If the component displays multiple headers, this property does not have an effect if the column displaying the automatic text (specified by the AutoText property) is hidden.
Use the ColumnHeader object's AutoText property to specify whether the column headers display letters, numbers, or are blank.