GrapeCity.Xaml.SpreadSheet.Data
AutoTextIndex Property (HeaderBase)


GrapeCity.Xaml.SpreadSheet.Data Namespace > HeaderBase Class : AutoTextIndex Property
Gets or sets which header row displays the automatic text when there are multiple header rows.
Syntax
'Declaration
 
Public MustOverride Property AutoTextIndex As Integer
'Usage
 
Dim instance As HeaderBase
Dim value As Integer
 
instance.AutoTextIndex = value
 
value = instance.AutoTextIndex
public abstract int AutoTextIndex {get; set;}

Property Value

The row index of the header that displays the automatic text.
See Also

Reference

HeaderBase Class
HeaderBase Members