Spread Silverlight Documentation
AutoTextIndex Property (HeaderBase)


GrapeCity.Windows.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 System.Integer
'Usage
 
Dim instance As HeaderBase
Dim value As System.Integer
 
instance.AutoTextIndex = value
 
value = instance.AutoTextIndex
public abstract System.int AutoTextIndex {get; set;}

Property Value

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

Reference

HeaderBase Class
HeaderBase Members